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