public class VkDescriptorPoolInlineUniformBlockCreateInfoEXT
extends org.lwjgl.system.Struct
implements org.lwjgl.system.NativeResource
sType – the type of this structure.pNext – NULL or a pointer to an extension-specific structure.maxInlineUniformBlockBindings – the number of inline uniform block bindings to allocate.
struct VkDescriptorPoolInlineUniformBlockCreateInfoEXT {
VkStructureType sType;
void const * pNext;
uint32_t maxInlineUniformBlockBindings;
}| Modifier and Type | Class and Description |
|---|---|
static class |
VkDescriptorPoolInlineUniformBlockCreateInfoEXT.Buffer
An array of
VkDescriptorPoolInlineUniformBlockCreateInfoEXT structs. |
| Modifier and Type | Field and Description |
|---|---|
static int |
ALIGNOF
The struct alignment in bytes.
|
static int |
MAXINLINEUNIFORMBLOCKBINDINGS
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 |
|---|
VkDescriptorPoolInlineUniformBlockCreateInfoEXT(java.nio.ByteBuffer container)
Creates a
VkDescriptorPoolInlineUniformBlockCreateInfoEXT instance at the current position of the specified ByteBuffer container. |
| Modifier and Type | Method and Description |
|---|---|
static VkDescriptorPoolInlineUniformBlockCreateInfoEXT |
calloc()
Returns a new
VkDescriptorPoolInlineUniformBlockCreateInfoEXT instance allocated with memCalloc. |
static VkDescriptorPoolInlineUniformBlockCreateInfoEXT.Buffer |
calloc(int capacity)
Returns a new
VkDescriptorPoolInlineUniformBlockCreateInfoEXT.Buffer instance allocated with memCalloc. |
static VkDescriptorPoolInlineUniformBlockCreateInfoEXT |
callocStack()
Returns a new
VkDescriptorPoolInlineUniformBlockCreateInfoEXT instance allocated on the thread-local MemoryStack and initializes all its bits to zero. |
static VkDescriptorPoolInlineUniformBlockCreateInfoEXT.Buffer |
callocStack(int capacity)
Returns a new
VkDescriptorPoolInlineUniformBlockCreateInfoEXT.Buffer instance allocated on the thread-local MemoryStack and initializes all its bits to zero. |
static VkDescriptorPoolInlineUniformBlockCreateInfoEXT.Buffer |
callocStack(int capacity,
org.lwjgl.system.MemoryStack stack)
Returns a new
VkDescriptorPoolInlineUniformBlockCreateInfoEXT.Buffer instance allocated on the specified MemoryStack and initializes all its bits to zero. |
static VkDescriptorPoolInlineUniformBlockCreateInfoEXT |
callocStack(org.lwjgl.system.MemoryStack stack)
Returns a new
VkDescriptorPoolInlineUniformBlockCreateInfoEXT instance allocated on the specified MemoryStack and initializes all its bits to zero. |
static VkDescriptorPoolInlineUniformBlockCreateInfoEXT |
create()
Returns a new
VkDescriptorPoolInlineUniformBlockCreateInfoEXT instance allocated with BufferUtils. |
static VkDescriptorPoolInlineUniformBlockCreateInfoEXT.Buffer |
create(int capacity)
Returns a new
VkDescriptorPoolInlineUniformBlockCreateInfoEXT.Buffer instance allocated with BufferUtils. |
static VkDescriptorPoolInlineUniformBlockCreateInfoEXT |
create(long address)
Returns a new
VkDescriptorPoolInlineUniformBlockCreateInfoEXT instance for the specified memory address. |
static VkDescriptorPoolInlineUniformBlockCreateInfoEXT.Buffer |
create(long address,
int capacity)
Create a
VkDescriptorPoolInlineUniformBlockCreateInfoEXT.Buffer instance at the specified memory. |
static VkDescriptorPoolInlineUniformBlockCreateInfoEXT |
createSafe(long address)
|
static VkDescriptorPoolInlineUniformBlockCreateInfoEXT.Buffer |
createSafe(long address,
int capacity)
|
static VkDescriptorPoolInlineUniformBlockCreateInfoEXT |
malloc()
Returns a new
VkDescriptorPoolInlineUniformBlockCreateInfoEXT instance allocated with memAlloc. |
static VkDescriptorPoolInlineUniformBlockCreateInfoEXT.Buffer |
malloc(int capacity)
Returns a new
VkDescriptorPoolInlineUniformBlockCreateInfoEXT.Buffer instance allocated with memAlloc. |
static VkDescriptorPoolInlineUniformBlockCreateInfoEXT |
mallocStack()
Returns a new
VkDescriptorPoolInlineUniformBlockCreateInfoEXT instance allocated on the thread-local MemoryStack. |
static VkDescriptorPoolInlineUniformBlockCreateInfoEXT.Buffer |
mallocStack(int capacity)
Returns a new
VkDescriptorPoolInlineUniformBlockCreateInfoEXT.Buffer instance allocated on the thread-local MemoryStack. |
static VkDescriptorPoolInlineUniformBlockCreateInfoEXT.Buffer |
mallocStack(int capacity,
org.lwjgl.system.MemoryStack stack)
Returns a new
VkDescriptorPoolInlineUniformBlockCreateInfoEXT.Buffer instance allocated on the specified MemoryStack. |
static VkDescriptorPoolInlineUniformBlockCreateInfoEXT |
mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a new
VkDescriptorPoolInlineUniformBlockCreateInfoEXT instance allocated on the specified MemoryStack. |
int |
maxInlineUniformBlockBindings()
Returns the value of the
maxInlineUniformBlockBindings field. |
VkDescriptorPoolInlineUniformBlockCreateInfoEXT |
maxInlineUniformBlockBindings(int value)
Sets the specified value to the
maxInlineUniformBlockBindings field. |
static int |
nmaxInlineUniformBlockBindings(long struct)
Unsafe version of
maxInlineUniformBlockBindings(). |
static void |
nmaxInlineUniformBlockBindings(long struct,
int value)
Unsafe version of
maxInlineUniformBlockBindings. |
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. |
VkDescriptorPoolInlineUniformBlockCreateInfoEXT |
pNext(long value)
Sets the specified value to the
pNext field. |
VkDescriptorPoolInlineUniformBlockCreateInfoEXT |
set(int sType,
long pNext,
int maxInlineUniformBlockBindings)
Initializes this struct with the specified values.
|
VkDescriptorPoolInlineUniformBlockCreateInfoEXT |
set(VkDescriptorPoolInlineUniformBlockCreateInfoEXT src)
Copies the specified struct data to this struct.
|
int |
sizeof() |
int |
sType()
Returns the value of the
sType field. |
VkDescriptorPoolInlineUniformBlockCreateInfoEXT |
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 MAXINLINEUNIFORMBLOCKBINDINGS
public VkDescriptorPoolInlineUniformBlockCreateInfoEXT(java.nio.ByteBuffer container)
VkDescriptorPoolInlineUniformBlockCreateInfoEXT 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 maxInlineUniformBlockBindings()
maxInlineUniformBlockBindings field.public VkDescriptorPoolInlineUniformBlockCreateInfoEXT sType(int value)
sType field.public VkDescriptorPoolInlineUniformBlockCreateInfoEXT pNext(long value)
pNext field.public VkDescriptorPoolInlineUniformBlockCreateInfoEXT maxInlineUniformBlockBindings(int value)
maxInlineUniformBlockBindings field.public VkDescriptorPoolInlineUniformBlockCreateInfoEXT set(int sType, long pNext, int maxInlineUniformBlockBindings)
public VkDescriptorPoolInlineUniformBlockCreateInfoEXT set(VkDescriptorPoolInlineUniformBlockCreateInfoEXT src)
src - the source structpublic static VkDescriptorPoolInlineUniformBlockCreateInfoEXT malloc()
VkDescriptorPoolInlineUniformBlockCreateInfoEXT instance allocated with memAlloc. The instance must be explicitly freed.public static VkDescriptorPoolInlineUniformBlockCreateInfoEXT calloc()
VkDescriptorPoolInlineUniformBlockCreateInfoEXT instance allocated with memCalloc. The instance must be explicitly freed.public static VkDescriptorPoolInlineUniformBlockCreateInfoEXT create()
VkDescriptorPoolInlineUniformBlockCreateInfoEXT instance allocated with BufferUtils.public static VkDescriptorPoolInlineUniformBlockCreateInfoEXT create(long address)
VkDescriptorPoolInlineUniformBlockCreateInfoEXT instance for the specified memory address.@Nullable public static VkDescriptorPoolInlineUniformBlockCreateInfoEXT createSafe(long address)
public static VkDescriptorPoolInlineUniformBlockCreateInfoEXT.Buffer malloc(int capacity)
VkDescriptorPoolInlineUniformBlockCreateInfoEXT.Buffer instance allocated with memAlloc. The instance must be explicitly freed.capacity - the buffer capacitypublic static VkDescriptorPoolInlineUniformBlockCreateInfoEXT.Buffer calloc(int capacity)
VkDescriptorPoolInlineUniformBlockCreateInfoEXT.Buffer instance allocated with memCalloc. The instance must be explicitly freed.capacity - the buffer capacitypublic static VkDescriptorPoolInlineUniformBlockCreateInfoEXT.Buffer create(int capacity)
VkDescriptorPoolInlineUniformBlockCreateInfoEXT.Buffer instance allocated with BufferUtils.capacity - the buffer capacitypublic static VkDescriptorPoolInlineUniformBlockCreateInfoEXT.Buffer create(long address, int capacity)
VkDescriptorPoolInlineUniformBlockCreateInfoEXT.Buffer instance at the specified memory.address - the memory addresscapacity - the buffer capacity@Nullable public static VkDescriptorPoolInlineUniformBlockCreateInfoEXT.Buffer createSafe(long address, int capacity)
public static VkDescriptorPoolInlineUniformBlockCreateInfoEXT mallocStack()
VkDescriptorPoolInlineUniformBlockCreateInfoEXT instance allocated on the thread-local MemoryStack.public static VkDescriptorPoolInlineUniformBlockCreateInfoEXT callocStack()
VkDescriptorPoolInlineUniformBlockCreateInfoEXT instance allocated on the thread-local MemoryStack and initializes all its bits to zero.public static VkDescriptorPoolInlineUniformBlockCreateInfoEXT mallocStack(org.lwjgl.system.MemoryStack stack)
VkDescriptorPoolInlineUniformBlockCreateInfoEXT instance allocated on the specified MemoryStack.stack - the stack from which to allocatepublic static VkDescriptorPoolInlineUniformBlockCreateInfoEXT callocStack(org.lwjgl.system.MemoryStack stack)
VkDescriptorPoolInlineUniformBlockCreateInfoEXT instance allocated on the specified MemoryStack and initializes all its bits to zero.stack - the stack from which to allocatepublic static VkDescriptorPoolInlineUniformBlockCreateInfoEXT.Buffer mallocStack(int capacity)
VkDescriptorPoolInlineUniformBlockCreateInfoEXT.Buffer instance allocated on the thread-local MemoryStack.capacity - the buffer capacitypublic static VkDescriptorPoolInlineUniformBlockCreateInfoEXT.Buffer callocStack(int capacity)
VkDescriptorPoolInlineUniformBlockCreateInfoEXT.Buffer instance allocated on the thread-local MemoryStack and initializes all its bits to zero.capacity - the buffer capacitypublic static VkDescriptorPoolInlineUniformBlockCreateInfoEXT.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
VkDescriptorPoolInlineUniformBlockCreateInfoEXT.Buffer instance allocated on the specified MemoryStack.stack - the stack from which to allocatecapacity - the buffer capacitypublic static VkDescriptorPoolInlineUniformBlockCreateInfoEXT.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
VkDescriptorPoolInlineUniformBlockCreateInfoEXT.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 nmaxInlineUniformBlockBindings(long struct)
maxInlineUniformBlockBindings().public static void nsType(long struct,
int value)
sType.public static void npNext(long struct,
long value)
pNext.public static void nmaxInlineUniformBlockBindings(long struct,
int value)
maxInlineUniformBlockBindings.Copyright LWJGL. All Rights Reserved. License terms.