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