public class VkPhysicalDeviceInlineUniformBlockPropertiesEXT
extends org.lwjgl.system.Struct
implements org.lwjgl.system.NativeResource
If the VkPhysicalDeviceInlineUniformBlockPropertiesEXT structure is included in the pNext chain of VkPhysicalDeviceProperties2, it is filled with the implementation-dependent limits.
sType – the type of this structure.pNext – NULL or a pointer to an extension-specific structure.maxInlineUniformBlockSize – the maximum size in bytes of an inline uniform block binding.maxPerStageDescriptorUpdateAfterBindInlineUniformBlocks – similar to maxPerStageDescriptorInlineUniformBlocks but counts descriptor bindings from descriptor sets created with or without the DESCRIPTOR_SET_LAYOUT_CREATE_UPDATE_AFTER_BIND_POOL_BIT_EXT bit set.maxDescriptorSetInlineUniformBlocks – the maximum number of inline uniform block bindings that can be included in descriptor bindings in a pipeline layout across all pipeline shader stages and descriptor set numbers. Descriptor bindings with a descriptor type of DESCRIPTOR_TYPE_INLINE_UNIFORM_BLOCK_EXT count against this limit. Only descriptor bindings in descriptor set layouts created without the DESCRIPTOR_SET_LAYOUT_CREATE_UPDATE_AFTER_BIND_POOL_BIT_EXT bit set count against this limit.maxDescriptorSetUpdateAfterBindInlineUniformBlocks – similar to maxDescriptorSetInlineUniformBlocks but counts descriptor bindings from descriptor sets created with or without the DESCRIPTOR_SET_LAYOUT_CREATE_UPDATE_AFTER_BIND_POOL_BIT_EXT bit set.
struct VkPhysicalDeviceInlineUniformBlockPropertiesEXT {
VkStructureType sType;
void * pNext;
uint32_t maxInlineUniformBlockSize;
uint32_t maxPerStageDescriptorInlineUniformBlocks;
uint32_t maxPerStageDescriptorUpdateAfterBindInlineUniformBlocks;
uint32_t maxDescriptorSetInlineUniformBlocks;
uint32_t maxDescriptorSetUpdateAfterBindInlineUniformBlocks;
}| Modifier and Type | Class and Description |
|---|---|
static class |
VkPhysicalDeviceInlineUniformBlockPropertiesEXT.Buffer
An array of
VkPhysicalDeviceInlineUniformBlockPropertiesEXT structs. |
| Modifier and Type | Field and Description |
|---|---|
static int |
ALIGNOF
The struct alignment in bytes.
|
static int |
MAXDESCRIPTORSETINLINEUNIFORMBLOCKS
The struct member offsets.
|
static int |
MAXDESCRIPTORSETUPDATEAFTERBINDINLINEUNIFORMBLOCKS
The struct member offsets.
|
static int |
MAXINLINEUNIFORMBLOCKSIZE
The struct member offsets.
|
static int |
MAXPERSTAGEDESCRIPTORINLINEUNIFORMBLOCKS
The struct member offsets.
|
static int |
MAXPERSTAGEDESCRIPTORUPDATEAFTERBINDINLINEUNIFORMBLOCKS
The struct member offsets.
|
static int |
PNEXT
The struct member offsets.
|
static int |
SIZEOF
The struct size in bytes.
|
static int |
STYPE
The struct member offsets.
|
| Constructor and Description |
|---|
VkPhysicalDeviceInlineUniformBlockPropertiesEXT(java.nio.ByteBuffer container)
Creates a
VkPhysicalDeviceInlineUniformBlockPropertiesEXT instance at the current position of the specified ByteBuffer container. |
| Modifier and Type | Method and Description |
|---|---|
static VkPhysicalDeviceInlineUniformBlockPropertiesEXT |
calloc()
Returns a new
VkPhysicalDeviceInlineUniformBlockPropertiesEXT instance allocated with memCalloc. |
static VkPhysicalDeviceInlineUniformBlockPropertiesEXT.Buffer |
calloc(int capacity)
Returns a new
VkPhysicalDeviceInlineUniformBlockPropertiesEXT.Buffer instance allocated with memCalloc. |
static VkPhysicalDeviceInlineUniformBlockPropertiesEXT |
callocStack()
Returns a new
VkPhysicalDeviceInlineUniformBlockPropertiesEXT instance allocated on the thread-local MemoryStack and initializes all its bits to zero. |
static VkPhysicalDeviceInlineUniformBlockPropertiesEXT.Buffer |
callocStack(int capacity)
Returns a new
VkPhysicalDeviceInlineUniformBlockPropertiesEXT.Buffer instance allocated on the thread-local MemoryStack and initializes all its bits to zero. |
static VkPhysicalDeviceInlineUniformBlockPropertiesEXT.Buffer |
callocStack(int capacity,
org.lwjgl.system.MemoryStack stack)
Returns a new
VkPhysicalDeviceInlineUniformBlockPropertiesEXT.Buffer instance allocated on the specified MemoryStack and initializes all its bits to zero. |
static VkPhysicalDeviceInlineUniformBlockPropertiesEXT |
callocStack(org.lwjgl.system.MemoryStack stack)
Returns a new
VkPhysicalDeviceInlineUniformBlockPropertiesEXT instance allocated on the specified MemoryStack and initializes all its bits to zero. |
static VkPhysicalDeviceInlineUniformBlockPropertiesEXT |
create()
Returns a new
VkPhysicalDeviceInlineUniformBlockPropertiesEXT instance allocated with BufferUtils. |
static VkPhysicalDeviceInlineUniformBlockPropertiesEXT.Buffer |
create(int capacity)
Returns a new
VkPhysicalDeviceInlineUniformBlockPropertiesEXT.Buffer instance allocated with BufferUtils. |
static VkPhysicalDeviceInlineUniformBlockPropertiesEXT |
create(long address)
Returns a new
VkPhysicalDeviceInlineUniformBlockPropertiesEXT instance for the specified memory address. |
static VkPhysicalDeviceInlineUniformBlockPropertiesEXT.Buffer |
create(long address,
int capacity)
Create a
VkPhysicalDeviceInlineUniformBlockPropertiesEXT.Buffer instance at the specified memory. |
static VkPhysicalDeviceInlineUniformBlockPropertiesEXT |
createSafe(long address)
|
static VkPhysicalDeviceInlineUniformBlockPropertiesEXT.Buffer |
createSafe(long address,
int capacity)
|
static VkPhysicalDeviceInlineUniformBlockPropertiesEXT |
malloc()
Returns a new
VkPhysicalDeviceInlineUniformBlockPropertiesEXT instance allocated with memAlloc. |
static VkPhysicalDeviceInlineUniformBlockPropertiesEXT.Buffer |
malloc(int capacity)
Returns a new
VkPhysicalDeviceInlineUniformBlockPropertiesEXT.Buffer instance allocated with memAlloc. |
static VkPhysicalDeviceInlineUniformBlockPropertiesEXT |
mallocStack()
Returns a new
VkPhysicalDeviceInlineUniformBlockPropertiesEXT instance allocated on the thread-local MemoryStack. |
static VkPhysicalDeviceInlineUniformBlockPropertiesEXT.Buffer |
mallocStack(int capacity)
Returns a new
VkPhysicalDeviceInlineUniformBlockPropertiesEXT.Buffer instance allocated on the thread-local MemoryStack. |
static VkPhysicalDeviceInlineUniformBlockPropertiesEXT.Buffer |
mallocStack(int capacity,
org.lwjgl.system.MemoryStack stack)
Returns a new
VkPhysicalDeviceInlineUniformBlockPropertiesEXT.Buffer instance allocated on the specified MemoryStack. |
static VkPhysicalDeviceInlineUniformBlockPropertiesEXT |
mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a new
VkPhysicalDeviceInlineUniformBlockPropertiesEXT instance allocated on the specified MemoryStack. |
int |
maxDescriptorSetInlineUniformBlocks()
Returns the value of the
maxDescriptorSetInlineUniformBlocks field. |
int |
maxDescriptorSetUpdateAfterBindInlineUniformBlocks()
Returns the value of the
maxDescriptorSetUpdateAfterBindInlineUniformBlocks field. |
int |
maxInlineUniformBlockSize()
Returns the value of the
maxInlineUniformBlockSize field. |
int |
maxPerStageDescriptorInlineUniformBlocks()
Returns the value of the
maxPerStageDescriptorInlineUniformBlocks field. |
int |
maxPerStageDescriptorUpdateAfterBindInlineUniformBlocks()
Returns the value of the
maxPerStageDescriptorUpdateAfterBindInlineUniformBlocks field. |
static int |
nmaxDescriptorSetInlineUniformBlocks(long struct)
Unsafe version of
maxDescriptorSetInlineUniformBlocks(). |
static int |
nmaxDescriptorSetUpdateAfterBindInlineUniformBlocks(long struct)
Unsafe version of
maxDescriptorSetUpdateAfterBindInlineUniformBlocks(). |
static int |
nmaxInlineUniformBlockSize(long struct)
Unsafe version of
maxInlineUniformBlockSize(). |
static int |
nmaxPerStageDescriptorInlineUniformBlocks(long struct)
Unsafe version of
maxPerStageDescriptorInlineUniformBlocks(). |
static int |
nmaxPerStageDescriptorUpdateAfterBindInlineUniformBlocks(long struct)
Unsafe version of
maxPerStageDescriptorUpdateAfterBindInlineUniformBlocks(). |
static long |
npNext(long struct)
Unsafe version of
pNext(). |
static void |
npNext(long struct,
long value)
Unsafe version of
pNext. |
static int |
nsType(long struct)
Unsafe version of
sType(). |
static void |
nsType(long struct,
int value)
Unsafe version of
sType. |
long |
pNext()
Returns the value of the
pNext field. |
VkPhysicalDeviceInlineUniformBlockPropertiesEXT |
pNext(long value)
Sets the specified value to the
pNext field. |
VkPhysicalDeviceInlineUniformBlockPropertiesEXT |
set(int sType,
long pNext)
Initializes this struct with the specified values.
|
VkPhysicalDeviceInlineUniformBlockPropertiesEXT |
set(VkPhysicalDeviceInlineUniformBlockPropertiesEXT src)
Copies the specified struct data to this struct.
|
int |
sizeof() |
int |
sType()
Returns the value of the
sType field. |
VkPhysicalDeviceInlineUniformBlockPropertiesEXT |
sType(int value)
Sets the specified value to the
sType field. |
public static final int SIZEOF
public static final int ALIGNOF
public static final int STYPE
public static final int PNEXT
public static final int MAXINLINEUNIFORMBLOCKSIZE
public static final int MAXPERSTAGEDESCRIPTORINLINEUNIFORMBLOCKS
public static final int MAXPERSTAGEDESCRIPTORUPDATEAFTERBINDINLINEUNIFORMBLOCKS
public static final int MAXDESCRIPTORSETINLINEUNIFORMBLOCKS
public static final int MAXDESCRIPTORSETUPDATEAFTERBINDINLINEUNIFORMBLOCKS
public VkPhysicalDeviceInlineUniformBlockPropertiesEXT(java.nio.ByteBuffer container)
VkPhysicalDeviceInlineUniformBlockPropertiesEXT 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 int sizeof()
sizeof in class org.lwjgl.system.Structpublic int sType()
sType field.public long pNext()
pNext field.public int maxInlineUniformBlockSize()
maxInlineUniformBlockSize field.public int maxPerStageDescriptorInlineUniformBlocks()
maxPerStageDescriptorInlineUniformBlocks field.public int maxPerStageDescriptorUpdateAfterBindInlineUniformBlocks()
maxPerStageDescriptorUpdateAfterBindInlineUniformBlocks field.public int maxDescriptorSetInlineUniformBlocks()
maxDescriptorSetInlineUniformBlocks field.public int maxDescriptorSetUpdateAfterBindInlineUniformBlocks()
maxDescriptorSetUpdateAfterBindInlineUniformBlocks field.public VkPhysicalDeviceInlineUniformBlockPropertiesEXT sType(int value)
sType field.public VkPhysicalDeviceInlineUniformBlockPropertiesEXT pNext(long value)
pNext field.public VkPhysicalDeviceInlineUniformBlockPropertiesEXT set(int sType, long pNext)
public VkPhysicalDeviceInlineUniformBlockPropertiesEXT set(VkPhysicalDeviceInlineUniformBlockPropertiesEXT src)
src - the source structpublic static VkPhysicalDeviceInlineUniformBlockPropertiesEXT malloc()
VkPhysicalDeviceInlineUniformBlockPropertiesEXT instance allocated with memAlloc. The instance must be explicitly freed.public static VkPhysicalDeviceInlineUniformBlockPropertiesEXT calloc()
VkPhysicalDeviceInlineUniformBlockPropertiesEXT instance allocated with memCalloc. The instance must be explicitly freed.public static VkPhysicalDeviceInlineUniformBlockPropertiesEXT create()
VkPhysicalDeviceInlineUniformBlockPropertiesEXT instance allocated with BufferUtils.public static VkPhysicalDeviceInlineUniformBlockPropertiesEXT create(long address)
VkPhysicalDeviceInlineUniformBlockPropertiesEXT instance for the specified memory address.@Nullable public static VkPhysicalDeviceInlineUniformBlockPropertiesEXT createSafe(long address)
public static VkPhysicalDeviceInlineUniformBlockPropertiesEXT.Buffer malloc(int capacity)
VkPhysicalDeviceInlineUniformBlockPropertiesEXT.Buffer instance allocated with memAlloc. The instance must be explicitly freed.capacity - the buffer capacitypublic static VkPhysicalDeviceInlineUniformBlockPropertiesEXT.Buffer calloc(int capacity)
VkPhysicalDeviceInlineUniformBlockPropertiesEXT.Buffer instance allocated with memCalloc. The instance must be explicitly freed.capacity - the buffer capacitypublic static VkPhysicalDeviceInlineUniformBlockPropertiesEXT.Buffer create(int capacity)
VkPhysicalDeviceInlineUniformBlockPropertiesEXT.Buffer instance allocated with BufferUtils.capacity - the buffer capacitypublic static VkPhysicalDeviceInlineUniformBlockPropertiesEXT.Buffer create(long address, int capacity)
VkPhysicalDeviceInlineUniformBlockPropertiesEXT.Buffer instance at the specified memory.address - the memory addresscapacity - the buffer capacity@Nullable public static VkPhysicalDeviceInlineUniformBlockPropertiesEXT.Buffer createSafe(long address, int capacity)
public static VkPhysicalDeviceInlineUniformBlockPropertiesEXT mallocStack()
VkPhysicalDeviceInlineUniformBlockPropertiesEXT instance allocated on the thread-local MemoryStack.public static VkPhysicalDeviceInlineUniformBlockPropertiesEXT callocStack()
VkPhysicalDeviceInlineUniformBlockPropertiesEXT instance allocated on the thread-local MemoryStack and initializes all its bits to zero.public static VkPhysicalDeviceInlineUniformBlockPropertiesEXT mallocStack(org.lwjgl.system.MemoryStack stack)
VkPhysicalDeviceInlineUniformBlockPropertiesEXT instance allocated on the specified MemoryStack.stack - the stack from which to allocatepublic static VkPhysicalDeviceInlineUniformBlockPropertiesEXT callocStack(org.lwjgl.system.MemoryStack stack)
VkPhysicalDeviceInlineUniformBlockPropertiesEXT instance allocated on the specified MemoryStack and initializes all its bits to zero.stack - the stack from which to allocatepublic static VkPhysicalDeviceInlineUniformBlockPropertiesEXT.Buffer mallocStack(int capacity)
VkPhysicalDeviceInlineUniformBlockPropertiesEXT.Buffer instance allocated on the thread-local MemoryStack.capacity - the buffer capacitypublic static VkPhysicalDeviceInlineUniformBlockPropertiesEXT.Buffer callocStack(int capacity)
VkPhysicalDeviceInlineUniformBlockPropertiesEXT.Buffer instance allocated on the thread-local MemoryStack and initializes all its bits to zero.capacity - the buffer capacitypublic static VkPhysicalDeviceInlineUniformBlockPropertiesEXT.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
VkPhysicalDeviceInlineUniformBlockPropertiesEXT.Buffer instance allocated on the specified MemoryStack.stack - the stack from which to allocatecapacity - the buffer capacitypublic static VkPhysicalDeviceInlineUniformBlockPropertiesEXT.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
VkPhysicalDeviceInlineUniformBlockPropertiesEXT.Buffer instance allocated on the specified MemoryStack and initializes all its bits to zero.stack - the stack from which to allocatecapacity - the buffer capacitypublic static int nsType(long struct)
sType().public static long npNext(long struct)
pNext().public static int nmaxInlineUniformBlockSize(long struct)
maxInlineUniformBlockSize().public static int nmaxPerStageDescriptorInlineUniformBlocks(long struct)
maxPerStageDescriptorInlineUniformBlocks().public static int nmaxPerStageDescriptorUpdateAfterBindInlineUniformBlocks(long struct)
maxPerStageDescriptorUpdateAfterBindInlineUniformBlocks().public static int nmaxDescriptorSetInlineUniformBlocks(long struct)
maxDescriptorSetInlineUniformBlocks().public static int nmaxDescriptorSetUpdateAfterBindInlineUniformBlocks(long struct)
maxDescriptorSetUpdateAfterBindInlineUniformBlocks().public static void nsType(long struct,
int value)
sType.public static void npNext(long struct,
long value)
pNext.Copyright LWJGL. All Rights Reserved. License terms.