public class VkPhysicalDeviceIDPropertiesKHR extends VkPhysicalDeviceIDProperties
VkPhysicalDeviceIDProperties.
struct VkPhysicalDeviceIDPropertiesKHR {
VkStructureType sType;
void * pNext;
uint8_t deviceUUID[VK_UUID_SIZE];
uint8_t driverUUID[VK_UUID_SIZE];
uint8_t deviceLUID[VK_LUID_SIZE];
uint32_t deviceNodeMask;
VkBool32 deviceLUIDValid;
}| Modifier and Type | Class and Description |
|---|---|
static class |
VkPhysicalDeviceIDPropertiesKHR.Buffer
An array of
VkPhysicalDeviceIDPropertiesKHR structs. |
ALIGNOF, DEVICELUID, DEVICELUIDVALID, DEVICENODEMASK, DEVICEUUID, DRIVERUUID, PNEXT, SIZEOF, STYPE| Constructor and Description |
|---|
VkPhysicalDeviceIDPropertiesKHR(java.nio.ByteBuffer container)
Creates a
VkPhysicalDeviceIDPropertiesKHR instance at the current position of the specified ByteBuffer container. |
| Modifier and Type | Method and Description |
|---|---|
static VkPhysicalDeviceIDPropertiesKHR |
calloc()
Returns a new
VkPhysicalDeviceIDPropertiesKHR instance allocated with memCalloc. |
static VkPhysicalDeviceIDPropertiesKHR.Buffer |
calloc(int capacity)
Returns a new
VkPhysicalDeviceIDPropertiesKHR.Buffer instance allocated with memCalloc. |
static VkPhysicalDeviceIDPropertiesKHR |
callocStack()
Returns a new
VkPhysicalDeviceIDPropertiesKHR instance allocated on the thread-local MemoryStack and initializes all its bits to zero. |
static VkPhysicalDeviceIDPropertiesKHR.Buffer |
callocStack(int capacity)
Returns a new
VkPhysicalDeviceIDPropertiesKHR.Buffer instance allocated on the thread-local MemoryStack and initializes all its bits to zero. |
static VkPhysicalDeviceIDPropertiesKHR.Buffer |
callocStack(int capacity,
org.lwjgl.system.MemoryStack stack)
Returns a new
VkPhysicalDeviceIDPropertiesKHR.Buffer instance allocated on the specified MemoryStack and initializes all its bits to zero. |
static VkPhysicalDeviceIDPropertiesKHR |
callocStack(org.lwjgl.system.MemoryStack stack)
Returns a new
VkPhysicalDeviceIDPropertiesKHR instance allocated on the specified MemoryStack and initializes all its bits to zero. |
static VkPhysicalDeviceIDPropertiesKHR |
create()
Returns a new
VkPhysicalDeviceIDPropertiesKHR instance allocated with BufferUtils. |
static VkPhysicalDeviceIDPropertiesKHR.Buffer |
create(int capacity)
Returns a new
VkPhysicalDeviceIDPropertiesKHR.Buffer instance allocated with BufferUtils. |
static VkPhysicalDeviceIDPropertiesKHR |
create(long address)
Returns a new
VkPhysicalDeviceIDPropertiesKHR instance for the specified memory address. |
static VkPhysicalDeviceIDPropertiesKHR.Buffer |
create(long address,
int capacity)
Create a
VkPhysicalDeviceIDPropertiesKHR.Buffer instance at the specified memory. |
static VkPhysicalDeviceIDPropertiesKHR |
createSafe(long address)
|
static VkPhysicalDeviceIDPropertiesKHR.Buffer |
createSafe(long address,
int capacity)
|
static VkPhysicalDeviceIDPropertiesKHR |
malloc()
Returns a new
VkPhysicalDeviceIDPropertiesKHR instance allocated with memAlloc. |
static VkPhysicalDeviceIDPropertiesKHR.Buffer |
malloc(int capacity)
Returns a new
VkPhysicalDeviceIDPropertiesKHR.Buffer instance allocated with memAlloc. |
static VkPhysicalDeviceIDPropertiesKHR |
mallocStack()
Returns a new
VkPhysicalDeviceIDPropertiesKHR instance allocated on the thread-local MemoryStack. |
static VkPhysicalDeviceIDPropertiesKHR.Buffer |
mallocStack(int capacity)
Returns a new
VkPhysicalDeviceIDPropertiesKHR.Buffer instance allocated on the thread-local MemoryStack. |
static VkPhysicalDeviceIDPropertiesKHR.Buffer |
mallocStack(int capacity,
org.lwjgl.system.MemoryStack stack)
Returns a new
VkPhysicalDeviceIDPropertiesKHR.Buffer instance allocated on the specified MemoryStack. |
static VkPhysicalDeviceIDPropertiesKHR |
mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a new
VkPhysicalDeviceIDPropertiesKHR instance allocated on the specified MemoryStack. |
VkPhysicalDeviceIDPropertiesKHR |
pNext(long value)
Sets the specified value to the
pNext field. |
VkPhysicalDeviceIDPropertiesKHR |
set(int sType,
long pNext)
Initializes this struct with the specified values.
|
VkPhysicalDeviceIDPropertiesKHR |
set(VkPhysicalDeviceIDPropertiesKHR src)
Copies the specified struct data to this struct.
|
VkPhysicalDeviceIDPropertiesKHR |
sType(int value)
Sets the specified value to the
sType field. |
deviceLUID, deviceLUID, deviceLUIDValid, deviceNodeMask, deviceUUID, deviceUUID, driverUUID, driverUUID, ndeviceLUID, ndeviceLUID, ndeviceLUIDValid, ndeviceNodeMask, ndeviceUUID, ndeviceUUID, ndriverUUID, ndriverUUID, npNext, npNext, nsType, nsType, pNext, set, sizeof, sTypepublic VkPhysicalDeviceIDPropertiesKHR(java.nio.ByteBuffer container)
VkPhysicalDeviceIDPropertiesKHR instance at the current position of the specified ByteBuffer container. Changes to the buffer's content will be
visible to the struct instance and vice versa.
The created instance holds a strong reference to the container object.
public VkPhysicalDeviceIDPropertiesKHR sType(int value)
sType field.sType in class VkPhysicalDeviceIDPropertiespublic VkPhysicalDeviceIDPropertiesKHR pNext(long value)
pNext field.pNext in class VkPhysicalDeviceIDPropertiespublic VkPhysicalDeviceIDPropertiesKHR set(int sType, long pNext)
set in class VkPhysicalDeviceIDPropertiespublic VkPhysicalDeviceIDPropertiesKHR set(VkPhysicalDeviceIDPropertiesKHR src)
src - the source structpublic static VkPhysicalDeviceIDPropertiesKHR malloc()
VkPhysicalDeviceIDPropertiesKHR instance allocated with memAlloc. The instance must be explicitly freed.public static VkPhysicalDeviceIDPropertiesKHR calloc()
VkPhysicalDeviceIDPropertiesKHR instance allocated with memCalloc. The instance must be explicitly freed.public static VkPhysicalDeviceIDPropertiesKHR create()
VkPhysicalDeviceIDPropertiesKHR instance allocated with BufferUtils.public static VkPhysicalDeviceIDPropertiesKHR create(long address)
VkPhysicalDeviceIDPropertiesKHR instance for the specified memory address.@Nullable public static VkPhysicalDeviceIDPropertiesKHR createSafe(long address)
public static VkPhysicalDeviceIDPropertiesKHR.Buffer malloc(int capacity)
VkPhysicalDeviceIDPropertiesKHR.Buffer instance allocated with memAlloc. The instance must be explicitly freed.capacity - the buffer capacitypublic static VkPhysicalDeviceIDPropertiesKHR.Buffer calloc(int capacity)
VkPhysicalDeviceIDPropertiesKHR.Buffer instance allocated with memCalloc. The instance must be explicitly freed.capacity - the buffer capacitypublic static VkPhysicalDeviceIDPropertiesKHR.Buffer create(int capacity)
VkPhysicalDeviceIDPropertiesKHR.Buffer instance allocated with BufferUtils.capacity - the buffer capacitypublic static VkPhysicalDeviceIDPropertiesKHR.Buffer create(long address, int capacity)
VkPhysicalDeviceIDPropertiesKHR.Buffer instance at the specified memory.address - the memory addresscapacity - the buffer capacity@Nullable public static VkPhysicalDeviceIDPropertiesKHR.Buffer createSafe(long address, int capacity)
public static VkPhysicalDeviceIDPropertiesKHR mallocStack()
VkPhysicalDeviceIDPropertiesKHR instance allocated on the thread-local MemoryStack.public static VkPhysicalDeviceIDPropertiesKHR callocStack()
VkPhysicalDeviceIDPropertiesKHR instance allocated on the thread-local MemoryStack and initializes all its bits to zero.public static VkPhysicalDeviceIDPropertiesKHR mallocStack(org.lwjgl.system.MemoryStack stack)
VkPhysicalDeviceIDPropertiesKHR instance allocated on the specified MemoryStack.stack - the stack from which to allocatepublic static VkPhysicalDeviceIDPropertiesKHR callocStack(org.lwjgl.system.MemoryStack stack)
VkPhysicalDeviceIDPropertiesKHR instance allocated on the specified MemoryStack and initializes all its bits to zero.stack - the stack from which to allocatepublic static VkPhysicalDeviceIDPropertiesKHR.Buffer mallocStack(int capacity)
VkPhysicalDeviceIDPropertiesKHR.Buffer instance allocated on the thread-local MemoryStack.capacity - the buffer capacitypublic static VkPhysicalDeviceIDPropertiesKHR.Buffer callocStack(int capacity)
VkPhysicalDeviceIDPropertiesKHR.Buffer instance allocated on the thread-local MemoryStack and initializes all its bits to zero.capacity - the buffer capacitypublic static VkPhysicalDeviceIDPropertiesKHR.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
VkPhysicalDeviceIDPropertiesKHR.Buffer instance allocated on the specified MemoryStack.stack - the stack from which to allocatecapacity - the buffer capacitypublic static VkPhysicalDeviceIDPropertiesKHR.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
VkPhysicalDeviceIDPropertiesKHR.Buffer instance allocated on the specified MemoryStack and initializes all its bits to zero.stack - the stack from which to allocatecapacity - the buffer capacityCopyright LWJGL. All Rights Reserved. License terms.