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