public class VkDeviceGroupDeviceCreateInfoKHR extends VkDeviceGroupDeviceCreateInfo
VkDeviceGroupDeviceCreateInfo.
struct VkDeviceGroupDeviceCreateInfoKHR {
VkStructureType sType;
void const * pNext;
uint32_t physicalDeviceCount;
VkPhysicalDevice const * pPhysicalDevices;
}| Modifier and Type | Class and Description |
|---|---|
static class |
VkDeviceGroupDeviceCreateInfoKHR.Buffer
An array of
VkDeviceGroupDeviceCreateInfoKHR structs. |
ALIGNOF, PHYSICALDEVICECOUNT, PNEXT, PPHYSICALDEVICES, SIZEOF, STYPE| Constructor and Description |
|---|
VkDeviceGroupDeviceCreateInfoKHR(java.nio.ByteBuffer container)
Creates a
VkDeviceGroupDeviceCreateInfoKHR instance at the current position of the specified ByteBuffer container. |
| Modifier and Type | Method and Description |
|---|---|
static VkDeviceGroupDeviceCreateInfoKHR |
calloc()
Returns a new
VkDeviceGroupDeviceCreateInfoKHR instance allocated with memCalloc. |
static VkDeviceGroupDeviceCreateInfoKHR.Buffer |
calloc(int capacity)
Returns a new
VkDeviceGroupDeviceCreateInfoKHR.Buffer instance allocated with memCalloc. |
static VkDeviceGroupDeviceCreateInfoKHR |
callocStack()
Returns a new
VkDeviceGroupDeviceCreateInfoKHR instance allocated on the thread-local MemoryStack and initializes all its bits to zero. |
static VkDeviceGroupDeviceCreateInfoKHR.Buffer |
callocStack(int capacity)
Returns a new
VkDeviceGroupDeviceCreateInfoKHR.Buffer instance allocated on the thread-local MemoryStack and initializes all its bits to zero. |
static VkDeviceGroupDeviceCreateInfoKHR.Buffer |
callocStack(int capacity,
org.lwjgl.system.MemoryStack stack)
Returns a new
VkDeviceGroupDeviceCreateInfoKHR.Buffer instance allocated on the specified MemoryStack and initializes all its bits to zero. |
static VkDeviceGroupDeviceCreateInfoKHR |
callocStack(org.lwjgl.system.MemoryStack stack)
Returns a new
VkDeviceGroupDeviceCreateInfoKHR instance allocated on the specified MemoryStack and initializes all its bits to zero. |
static VkDeviceGroupDeviceCreateInfoKHR |
create()
Returns a new
VkDeviceGroupDeviceCreateInfoKHR instance allocated with BufferUtils. |
static VkDeviceGroupDeviceCreateInfoKHR.Buffer |
create(int capacity)
Returns a new
VkDeviceGroupDeviceCreateInfoKHR.Buffer instance allocated with BufferUtils. |
static VkDeviceGroupDeviceCreateInfoKHR |
create(long address)
Returns a new
VkDeviceGroupDeviceCreateInfoKHR instance for the specified memory address. |
static VkDeviceGroupDeviceCreateInfoKHR.Buffer |
create(long address,
int capacity)
Create a
VkDeviceGroupDeviceCreateInfoKHR.Buffer instance at the specified memory. |
static VkDeviceGroupDeviceCreateInfoKHR |
createSafe(long address)
|
static VkDeviceGroupDeviceCreateInfoKHR.Buffer |
createSafe(long address,
int capacity)
|
static VkDeviceGroupDeviceCreateInfoKHR |
malloc()
Returns a new
VkDeviceGroupDeviceCreateInfoKHR instance allocated with memAlloc. |
static VkDeviceGroupDeviceCreateInfoKHR.Buffer |
malloc(int capacity)
Returns a new
VkDeviceGroupDeviceCreateInfoKHR.Buffer instance allocated with memAlloc. |
static VkDeviceGroupDeviceCreateInfoKHR |
mallocStack()
Returns a new
VkDeviceGroupDeviceCreateInfoKHR instance allocated on the thread-local MemoryStack. |
static VkDeviceGroupDeviceCreateInfoKHR.Buffer |
mallocStack(int capacity)
Returns a new
VkDeviceGroupDeviceCreateInfoKHR.Buffer instance allocated on the thread-local MemoryStack. |
static VkDeviceGroupDeviceCreateInfoKHR.Buffer |
mallocStack(int capacity,
org.lwjgl.system.MemoryStack stack)
Returns a new
VkDeviceGroupDeviceCreateInfoKHR.Buffer instance allocated on the specified MemoryStack. |
static VkDeviceGroupDeviceCreateInfoKHR |
mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a new
VkDeviceGroupDeviceCreateInfoKHR instance allocated on the specified MemoryStack. |
VkDeviceGroupDeviceCreateInfoKHR |
pNext(long value)
Sets the specified value to the
pNext field. |
VkDeviceGroupDeviceCreateInfoKHR |
pPhysicalDevices(org.lwjgl.PointerBuffer value)
Sets the address of the specified
PointerBuffer to the pPhysicalDevices field. |
VkDeviceGroupDeviceCreateInfoKHR |
set(int sType,
long pNext,
org.lwjgl.PointerBuffer pPhysicalDevices)
Initializes this struct with the specified values.
|
VkDeviceGroupDeviceCreateInfoKHR |
set(VkDeviceGroupDeviceCreateInfoKHR src)
Copies the specified struct data to this struct.
|
VkDeviceGroupDeviceCreateInfoKHR |
sType(int value)
Sets the specified value to the
sType field. |
nphysicalDeviceCount, nphysicalDeviceCount, npNext, npNext, npPhysicalDevices, npPhysicalDevices, nsType, nsType, physicalDeviceCount, pNext, pPhysicalDevices, set, sizeof, sType, validate, validatepublic VkDeviceGroupDeviceCreateInfoKHR(java.nio.ByteBuffer container)
VkDeviceGroupDeviceCreateInfoKHR 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 VkDeviceGroupDeviceCreateInfoKHR sType(int value)
sType field.sType in class VkDeviceGroupDeviceCreateInfopublic VkDeviceGroupDeviceCreateInfoKHR pNext(long value)
pNext field.pNext in class VkDeviceGroupDeviceCreateInfopublic VkDeviceGroupDeviceCreateInfoKHR pPhysicalDevices(@Nullable org.lwjgl.PointerBuffer value)
PointerBuffer to the pPhysicalDevices field.pPhysicalDevices in class VkDeviceGroupDeviceCreateInfopublic VkDeviceGroupDeviceCreateInfoKHR set(int sType, long pNext, @Nullable org.lwjgl.PointerBuffer pPhysicalDevices)
set in class VkDeviceGroupDeviceCreateInfopublic VkDeviceGroupDeviceCreateInfoKHR set(VkDeviceGroupDeviceCreateInfoKHR src)
src - the source structpublic static VkDeviceGroupDeviceCreateInfoKHR malloc()
VkDeviceGroupDeviceCreateInfoKHR instance allocated with memAlloc. The instance must be explicitly freed.public static VkDeviceGroupDeviceCreateInfoKHR calloc()
VkDeviceGroupDeviceCreateInfoKHR instance allocated with memCalloc. The instance must be explicitly freed.public static VkDeviceGroupDeviceCreateInfoKHR create()
VkDeviceGroupDeviceCreateInfoKHR instance allocated with BufferUtils.public static VkDeviceGroupDeviceCreateInfoKHR create(long address)
VkDeviceGroupDeviceCreateInfoKHR instance for the specified memory address.@Nullable public static VkDeviceGroupDeviceCreateInfoKHR createSafe(long address)
public static VkDeviceGroupDeviceCreateInfoKHR.Buffer malloc(int capacity)
VkDeviceGroupDeviceCreateInfoKHR.Buffer instance allocated with memAlloc. The instance must be explicitly freed.capacity - the buffer capacitypublic static VkDeviceGroupDeviceCreateInfoKHR.Buffer calloc(int capacity)
VkDeviceGroupDeviceCreateInfoKHR.Buffer instance allocated with memCalloc. The instance must be explicitly freed.capacity - the buffer capacitypublic static VkDeviceGroupDeviceCreateInfoKHR.Buffer create(int capacity)
VkDeviceGroupDeviceCreateInfoKHR.Buffer instance allocated with BufferUtils.capacity - the buffer capacitypublic static VkDeviceGroupDeviceCreateInfoKHR.Buffer create(long address, int capacity)
VkDeviceGroupDeviceCreateInfoKHR.Buffer instance at the specified memory.address - the memory addresscapacity - the buffer capacity@Nullable public static VkDeviceGroupDeviceCreateInfoKHR.Buffer createSafe(long address, int capacity)
public static VkDeviceGroupDeviceCreateInfoKHR mallocStack()
VkDeviceGroupDeviceCreateInfoKHR instance allocated on the thread-local MemoryStack.public static VkDeviceGroupDeviceCreateInfoKHR callocStack()
VkDeviceGroupDeviceCreateInfoKHR instance allocated on the thread-local MemoryStack and initializes all its bits to zero.public static VkDeviceGroupDeviceCreateInfoKHR mallocStack(org.lwjgl.system.MemoryStack stack)
VkDeviceGroupDeviceCreateInfoKHR instance allocated on the specified MemoryStack.stack - the stack from which to allocatepublic static VkDeviceGroupDeviceCreateInfoKHR callocStack(org.lwjgl.system.MemoryStack stack)
VkDeviceGroupDeviceCreateInfoKHR instance allocated on the specified MemoryStack and initializes all its bits to zero.stack - the stack from which to allocatepublic static VkDeviceGroupDeviceCreateInfoKHR.Buffer mallocStack(int capacity)
VkDeviceGroupDeviceCreateInfoKHR.Buffer instance allocated on the thread-local MemoryStack.capacity - the buffer capacitypublic static VkDeviceGroupDeviceCreateInfoKHR.Buffer callocStack(int capacity)
VkDeviceGroupDeviceCreateInfoKHR.Buffer instance allocated on the thread-local MemoryStack and initializes all its bits to zero.capacity - the buffer capacitypublic static VkDeviceGroupDeviceCreateInfoKHR.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
VkDeviceGroupDeviceCreateInfoKHR.Buffer instance allocated on the specified MemoryStack.stack - the stack from which to allocatecapacity - the buffer capacitypublic static VkDeviceGroupDeviceCreateInfoKHR.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
VkDeviceGroupDeviceCreateInfoKHR.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.