Package org.lwjgl.vulkan
Class VkPhysicalDeviceDescriptorIndexingProperties
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkPhysicalDeviceDescriptorIndexingProperties>
org.lwjgl.vulkan.VkPhysicalDeviceDescriptorIndexingProperties
- All Implemented Interfaces:
AutoCloseable
,NativeResource
,Pointer
- Direct Known Subclasses:
VkPhysicalDeviceDescriptorIndexingPropertiesEXT
public class VkPhysicalDeviceDescriptorIndexingProperties
extends Struct<VkPhysicalDeviceDescriptorIndexingProperties>
implements NativeResource
struct VkPhysicalDeviceDescriptorIndexingProperties {
VkStructureType sType;
void * pNext;
uint32_t maxUpdateAfterBindDescriptorsInAllPools;
VkBool32 shaderUniformBufferArrayNonUniformIndexingNative;
VkBool32 shaderSampledImageArrayNonUniformIndexingNative;
VkBool32 shaderStorageBufferArrayNonUniformIndexingNative;
VkBool32 shaderStorageImageArrayNonUniformIndexingNative;
VkBool32 shaderInputAttachmentArrayNonUniformIndexingNative;
VkBool32 robustBufferAccessUpdateAfterBind;
VkBool32 quadDivergentImplicitLod;
uint32_t maxPerStageDescriptorUpdateAfterBindSamplers;
uint32_t maxPerStageDescriptorUpdateAfterBindUniformBuffers;
uint32_t maxPerStageDescriptorUpdateAfterBindStorageBuffers;
uint32_t maxPerStageDescriptorUpdateAfterBindSampledImages;
uint32_t maxPerStageDescriptorUpdateAfterBindStorageImages;
uint32_t maxPerStageDescriptorUpdateAfterBindInputAttachments;
uint32_t maxPerStageUpdateAfterBindResources;
uint32_t maxDescriptorSetUpdateAfterBindSamplers;
uint32_t maxDescriptorSetUpdateAfterBindUniformBuffers;
uint32_t maxDescriptorSetUpdateAfterBindUniformBuffersDynamic;
uint32_t maxDescriptorSetUpdateAfterBindStorageBuffers;
uint32_t maxDescriptorSetUpdateAfterBindStorageBuffersDynamic;
uint32_t maxDescriptorSetUpdateAfterBindSampledImages;
uint32_t maxDescriptorSetUpdateAfterBindStorageImages;
uint32_t maxDescriptorSetUpdateAfterBindInputAttachments;
}
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
An array ofVkPhysicalDeviceDescriptorIndexingProperties
structs.Nested classes/interfaces inherited from class org.lwjgl.system.Struct
Struct.StructValidation
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The struct alignment in bytes.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct size in bytes.static final int
The struct member offsets.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
-
Constructor Summary
ConstructorsConstructorDescriptionCreates aVkPhysicalDeviceDescriptorIndexingProperties
instance at the current position of the specifiedByteBuffer
container. -
Method Summary
Modifier and TypeMethodDescriptioncalloc()
Returns a newVkPhysicalDeviceDescriptorIndexingProperties
instance allocated withmemCalloc
.calloc
(int capacity) Returns a newVkPhysicalDeviceDescriptorIndexingProperties.Buffer
instance allocated withmemCalloc
.calloc
(int capacity, MemoryStack stack) Returns a newVkPhysicalDeviceDescriptorIndexingProperties.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.calloc
(MemoryStack stack) Returns a newVkPhysicalDeviceDescriptorIndexingProperties
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.create()
Returns a newVkPhysicalDeviceDescriptorIndexingProperties
instance allocated withBufferUtils
.create
(int capacity) Returns a newVkPhysicalDeviceDescriptorIndexingProperties.Buffer
instance allocated withBufferUtils
.create
(long address) Returns a newVkPhysicalDeviceDescriptorIndexingProperties
instance for the specified memory address.create
(long address, int capacity) Create aVkPhysicalDeviceDescriptorIndexingProperties.Buffer
instance at the specified memory.static @Nullable VkPhysicalDeviceDescriptorIndexingProperties
createSafe
(long address) static @Nullable VkPhysicalDeviceDescriptorIndexingProperties.Buffer
createSafe
(long address, int capacity) malloc()
Returns a newVkPhysicalDeviceDescriptorIndexingProperties
instance allocated withmemAlloc
.malloc
(int capacity) Returns a newVkPhysicalDeviceDescriptorIndexingProperties.Buffer
instance allocated withmemAlloc
.malloc
(int capacity, MemoryStack stack) Returns a newVkPhysicalDeviceDescriptorIndexingProperties.Buffer
instance allocated on the specifiedMemoryStack
.malloc
(MemoryStack stack) Returns a newVkPhysicalDeviceDescriptorIndexingProperties
instance allocated on the specifiedMemoryStack
.int
int
int
int
int
int
int
int
int
int
int
int
int
int
int
int
static int
nmaxDescriptorSetUpdateAfterBindInputAttachments
(long struct) Unsafe version ofmaxDescriptorSetUpdateAfterBindInputAttachments()
.static int
nmaxDescriptorSetUpdateAfterBindSampledImages
(long struct) Unsafe version ofmaxDescriptorSetUpdateAfterBindSampledImages()
.static int
nmaxDescriptorSetUpdateAfterBindSamplers
(long struct) Unsafe version ofmaxDescriptorSetUpdateAfterBindSamplers()
.static int
nmaxDescriptorSetUpdateAfterBindStorageBuffers
(long struct) Unsafe version ofmaxDescriptorSetUpdateAfterBindStorageBuffers()
.static int
Unsafe version ofmaxDescriptorSetUpdateAfterBindStorageBuffersDynamic()
.static int
nmaxDescriptorSetUpdateAfterBindStorageImages
(long struct) Unsafe version ofmaxDescriptorSetUpdateAfterBindStorageImages()
.static int
nmaxDescriptorSetUpdateAfterBindUniformBuffers
(long struct) Unsafe version ofmaxDescriptorSetUpdateAfterBindUniformBuffers()
.static int
Unsafe version ofmaxDescriptorSetUpdateAfterBindUniformBuffersDynamic()
.static int
Unsafe version ofmaxPerStageDescriptorUpdateAfterBindInputAttachments()
.static int
nmaxPerStageDescriptorUpdateAfterBindSampledImages
(long struct) Unsafe version ofmaxPerStageDescriptorUpdateAfterBindSampledImages()
.static int
nmaxPerStageDescriptorUpdateAfterBindSamplers
(long struct) Unsafe version ofmaxPerStageDescriptorUpdateAfterBindSamplers()
.static int
nmaxPerStageDescriptorUpdateAfterBindStorageBuffers
(long struct) Unsafe version ofmaxPerStageDescriptorUpdateAfterBindStorageBuffers()
.static int
nmaxPerStageDescriptorUpdateAfterBindStorageImages
(long struct) Unsafe version ofmaxPerStageDescriptorUpdateAfterBindStorageImages()
.static int
nmaxPerStageDescriptorUpdateAfterBindUniformBuffers
(long struct) Unsafe version ofmaxPerStageDescriptorUpdateAfterBindUniformBuffers()
.static int
nmaxPerStageUpdateAfterBindResources
(long struct) Unsafe version ofmaxPerStageUpdateAfterBindResources()
.static int
nmaxUpdateAfterBindDescriptorsInAllPools
(long struct) Unsafe version ofmaxUpdateAfterBindDescriptorsInAllPools()
.static long
npNext
(long struct) Unsafe version ofpNext()
.static void
npNext
(long struct, long value) Unsafe version ofpNext
.static int
nquadDivergentImplicitLod
(long struct) Unsafe version ofquadDivergentImplicitLod()
.static int
nrobustBufferAccessUpdateAfterBind
(long struct) Unsafe version ofrobustBufferAccessUpdateAfterBind()
.static int
nshaderInputAttachmentArrayNonUniformIndexingNative
(long struct) Unsafe version ofshaderInputAttachmentArrayNonUniformIndexingNative()
.static int
nshaderSampledImageArrayNonUniformIndexingNative
(long struct) Unsafe version ofshaderSampledImageArrayNonUniformIndexingNative()
.static int
nshaderStorageBufferArrayNonUniformIndexingNative
(long struct) Unsafe version ofshaderStorageBufferArrayNonUniformIndexingNative()
.static int
nshaderStorageImageArrayNonUniformIndexingNative
(long struct) Unsafe version ofshaderStorageImageArrayNonUniformIndexingNative()
.static int
nshaderUniformBufferArrayNonUniformIndexingNative
(long struct) Unsafe version ofshaderUniformBufferArrayNonUniformIndexingNative()
.static int
nsType
(long struct) Unsafe version ofsType()
.static void
nsType
(long struct, int value) Unsafe version ofsType
.long
pNext()
pNext
(long value) Sets the specified value to thepNext
field.boolean
boolean
set
(int sType, long pNext) Initializes this struct with the specified values.Copies the specified struct data to this struct.boolean
boolean
boolean
boolean
boolean
int
sizeof()
Returnssizeof(struct)
.int
sType()
sType
(int value) Sets the specified value to thesType
field.Sets theSTRUCTURE_TYPE_PHYSICAL_DEVICE_DESCRIPTOR_INDEXING_PROPERTIES
value to thesType
field.Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toString
Methods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Field Details
-
SIZEOF
public static final int SIZEOFThe struct size in bytes. -
ALIGNOF
public static final int ALIGNOFThe struct alignment in bytes. -
STYPE
public static final int STYPEThe struct member offsets. -
PNEXT
public static final int PNEXTThe struct member offsets. -
MAXUPDATEAFTERBINDDESCRIPTORSINALLPOOLS
public static final int MAXUPDATEAFTERBINDDESCRIPTORSINALLPOOLSThe struct member offsets. -
SHADERUNIFORMBUFFERARRAYNONUNIFORMINDEXINGNATIVE
public static final int SHADERUNIFORMBUFFERARRAYNONUNIFORMINDEXINGNATIVEThe struct member offsets. -
SHADERSAMPLEDIMAGEARRAYNONUNIFORMINDEXINGNATIVE
public static final int SHADERSAMPLEDIMAGEARRAYNONUNIFORMINDEXINGNATIVEThe struct member offsets. -
SHADERSTORAGEBUFFERARRAYNONUNIFORMINDEXINGNATIVE
public static final int SHADERSTORAGEBUFFERARRAYNONUNIFORMINDEXINGNATIVEThe struct member offsets. -
SHADERSTORAGEIMAGEARRAYNONUNIFORMINDEXINGNATIVE
public static final int SHADERSTORAGEIMAGEARRAYNONUNIFORMINDEXINGNATIVEThe struct member offsets. -
SHADERINPUTATTACHMENTARRAYNONUNIFORMINDEXINGNATIVE
public static final int SHADERINPUTATTACHMENTARRAYNONUNIFORMINDEXINGNATIVEThe struct member offsets. -
ROBUSTBUFFERACCESSUPDATEAFTERBIND
public static final int ROBUSTBUFFERACCESSUPDATEAFTERBINDThe struct member offsets. -
QUADDIVERGENTIMPLICITLOD
public static final int QUADDIVERGENTIMPLICITLODThe struct member offsets. -
MAXPERSTAGEDESCRIPTORUPDATEAFTERBINDSAMPLERS
public static final int MAXPERSTAGEDESCRIPTORUPDATEAFTERBINDSAMPLERSThe struct member offsets. -
MAXPERSTAGEDESCRIPTORUPDATEAFTERBINDUNIFORMBUFFERS
public static final int MAXPERSTAGEDESCRIPTORUPDATEAFTERBINDUNIFORMBUFFERSThe struct member offsets. -
MAXPERSTAGEDESCRIPTORUPDATEAFTERBINDSTORAGEBUFFERS
public static final int MAXPERSTAGEDESCRIPTORUPDATEAFTERBINDSTORAGEBUFFERSThe struct member offsets. -
MAXPERSTAGEDESCRIPTORUPDATEAFTERBINDSAMPLEDIMAGES
public static final int MAXPERSTAGEDESCRIPTORUPDATEAFTERBINDSAMPLEDIMAGESThe struct member offsets. -
MAXPERSTAGEDESCRIPTORUPDATEAFTERBINDSTORAGEIMAGES
public static final int MAXPERSTAGEDESCRIPTORUPDATEAFTERBINDSTORAGEIMAGESThe struct member offsets. -
MAXPERSTAGEDESCRIPTORUPDATEAFTERBINDINPUTATTACHMENTS
public static final int MAXPERSTAGEDESCRIPTORUPDATEAFTERBINDINPUTATTACHMENTSThe struct member offsets. -
MAXPERSTAGEUPDATEAFTERBINDRESOURCES
public static final int MAXPERSTAGEUPDATEAFTERBINDRESOURCESThe struct member offsets. -
MAXDESCRIPTORSETUPDATEAFTERBINDSAMPLERS
public static final int MAXDESCRIPTORSETUPDATEAFTERBINDSAMPLERSThe struct member offsets. -
MAXDESCRIPTORSETUPDATEAFTERBINDUNIFORMBUFFERS
public static final int MAXDESCRIPTORSETUPDATEAFTERBINDUNIFORMBUFFERSThe struct member offsets. -
MAXDESCRIPTORSETUPDATEAFTERBINDUNIFORMBUFFERSDYNAMIC
public static final int MAXDESCRIPTORSETUPDATEAFTERBINDUNIFORMBUFFERSDYNAMICThe struct member offsets. -
MAXDESCRIPTORSETUPDATEAFTERBINDSTORAGEBUFFERS
public static final int MAXDESCRIPTORSETUPDATEAFTERBINDSTORAGEBUFFERSThe struct member offsets. -
MAXDESCRIPTORSETUPDATEAFTERBINDSTORAGEBUFFERSDYNAMIC
public static final int MAXDESCRIPTORSETUPDATEAFTERBINDSTORAGEBUFFERSDYNAMICThe struct member offsets. -
MAXDESCRIPTORSETUPDATEAFTERBINDSAMPLEDIMAGES
public static final int MAXDESCRIPTORSETUPDATEAFTERBINDSAMPLEDIMAGESThe struct member offsets. -
MAXDESCRIPTORSETUPDATEAFTERBINDSTORAGEIMAGES
public static final int MAXDESCRIPTORSETUPDATEAFTERBINDSTORAGEIMAGESThe struct member offsets. -
MAXDESCRIPTORSETUPDATEAFTERBINDINPUTATTACHMENTS
public static final int MAXDESCRIPTORSETUPDATEAFTERBINDINPUTATTACHMENTSThe struct member offsets.
-
-
Constructor Details
-
VkPhysicalDeviceDescriptorIndexingProperties
Creates aVkPhysicalDeviceDescriptorIndexingProperties
instance at the current position of the specifiedByteBuffer
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.
-
-
Method Details
-
sizeof
public int sizeof()Description copied from class:Struct
Returnssizeof(struct)
.- Specified by:
sizeof
in classStruct<VkPhysicalDeviceDescriptorIndexingProperties>
-
sType
public int sType()- Returns:
- the value of the
sType
field.
-
pNext
public long pNext()- Returns:
- the value of the
pNext
field.
-
maxUpdateAfterBindDescriptorsInAllPools
public int maxUpdateAfterBindDescriptorsInAllPools()- Returns:
- the value of the
maxUpdateAfterBindDescriptorsInAllPools
field.
-
shaderUniformBufferArrayNonUniformIndexingNative
public boolean shaderUniformBufferArrayNonUniformIndexingNative()- Returns:
- the value of the
shaderUniformBufferArrayNonUniformIndexingNative
field.
-
shaderSampledImageArrayNonUniformIndexingNative
public boolean shaderSampledImageArrayNonUniformIndexingNative()- Returns:
- the value of the
shaderSampledImageArrayNonUniformIndexingNative
field.
-
shaderStorageBufferArrayNonUniformIndexingNative
public boolean shaderStorageBufferArrayNonUniformIndexingNative()- Returns:
- the value of the
shaderStorageBufferArrayNonUniformIndexingNative
field.
-
shaderStorageImageArrayNonUniformIndexingNative
public boolean shaderStorageImageArrayNonUniformIndexingNative()- Returns:
- the value of the
shaderStorageImageArrayNonUniformIndexingNative
field.
-
shaderInputAttachmentArrayNonUniformIndexingNative
public boolean shaderInputAttachmentArrayNonUniformIndexingNative()- Returns:
- the value of the
shaderInputAttachmentArrayNonUniformIndexingNative
field.
-
robustBufferAccessUpdateAfterBind
public boolean robustBufferAccessUpdateAfterBind()- Returns:
- the value of the
robustBufferAccessUpdateAfterBind
field.
-
quadDivergentImplicitLod
public boolean quadDivergentImplicitLod()- Returns:
- the value of the
quadDivergentImplicitLod
field.
-
maxPerStageDescriptorUpdateAfterBindSamplers
public int maxPerStageDescriptorUpdateAfterBindSamplers()- Returns:
- the value of the
maxPerStageDescriptorUpdateAfterBindSamplers
field.
-
maxPerStageDescriptorUpdateAfterBindUniformBuffers
public int maxPerStageDescriptorUpdateAfterBindUniformBuffers()- Returns:
- the value of the
maxPerStageDescriptorUpdateAfterBindUniformBuffers
field.
-
maxPerStageDescriptorUpdateAfterBindStorageBuffers
public int maxPerStageDescriptorUpdateAfterBindStorageBuffers()- Returns:
- the value of the
maxPerStageDescriptorUpdateAfterBindStorageBuffers
field.
-
maxPerStageDescriptorUpdateAfterBindSampledImages
public int maxPerStageDescriptorUpdateAfterBindSampledImages()- Returns:
- the value of the
maxPerStageDescriptorUpdateAfterBindSampledImages
field.
-
maxPerStageDescriptorUpdateAfterBindStorageImages
public int maxPerStageDescriptorUpdateAfterBindStorageImages()- Returns:
- the value of the
maxPerStageDescriptorUpdateAfterBindStorageImages
field.
-
maxPerStageDescriptorUpdateAfterBindInputAttachments
public int maxPerStageDescriptorUpdateAfterBindInputAttachments()- Returns:
- the value of the
maxPerStageDescriptorUpdateAfterBindInputAttachments
field.
-
maxPerStageUpdateAfterBindResources
public int maxPerStageUpdateAfterBindResources()- Returns:
- the value of the
maxPerStageUpdateAfterBindResources
field.
-
maxDescriptorSetUpdateAfterBindSamplers
public int maxDescriptorSetUpdateAfterBindSamplers()- Returns:
- the value of the
maxDescriptorSetUpdateAfterBindSamplers
field.
-
maxDescriptorSetUpdateAfterBindUniformBuffers
public int maxDescriptorSetUpdateAfterBindUniformBuffers()- Returns:
- the value of the
maxDescriptorSetUpdateAfterBindUniformBuffers
field.
-
maxDescriptorSetUpdateAfterBindUniformBuffersDynamic
public int maxDescriptorSetUpdateAfterBindUniformBuffersDynamic()- Returns:
- the value of the
maxDescriptorSetUpdateAfterBindUniformBuffersDynamic
field.
-
maxDescriptorSetUpdateAfterBindStorageBuffers
public int maxDescriptorSetUpdateAfterBindStorageBuffers()- Returns:
- the value of the
maxDescriptorSetUpdateAfterBindStorageBuffers
field.
-
maxDescriptorSetUpdateAfterBindStorageBuffersDynamic
public int maxDescriptorSetUpdateAfterBindStorageBuffersDynamic()- Returns:
- the value of the
maxDescriptorSetUpdateAfterBindStorageBuffersDynamic
field.
-
maxDescriptorSetUpdateAfterBindSampledImages
public int maxDescriptorSetUpdateAfterBindSampledImages()- Returns:
- the value of the
maxDescriptorSetUpdateAfterBindSampledImages
field.
-
maxDescriptorSetUpdateAfterBindStorageImages
public int maxDescriptorSetUpdateAfterBindStorageImages()- Returns:
- the value of the
maxDescriptorSetUpdateAfterBindStorageImages
field.
-
maxDescriptorSetUpdateAfterBindInputAttachments
public int maxDescriptorSetUpdateAfterBindInputAttachments()- Returns:
- the value of the
maxDescriptorSetUpdateAfterBindInputAttachments
field.
-
sType
Sets the specified value to thesType
field. -
sType$Default
Sets theSTRUCTURE_TYPE_PHYSICAL_DEVICE_DESCRIPTOR_INDEXING_PROPERTIES
value to thesType
field. -
pNext
Sets the specified value to thepNext
field. -
set
Initializes this struct with the specified values. -
set
public VkPhysicalDeviceDescriptorIndexingProperties set(VkPhysicalDeviceDescriptorIndexingProperties src) Copies the specified struct data to this struct.- Parameters:
src
- the source struct- Returns:
- this struct
-
malloc
Returns a newVkPhysicalDeviceDescriptorIndexingProperties
instance allocated withmemAlloc
. The instance must be explicitly freed. -
calloc
Returns a newVkPhysicalDeviceDescriptorIndexingProperties
instance allocated withmemCalloc
. The instance must be explicitly freed. -
create
Returns a newVkPhysicalDeviceDescriptorIndexingProperties
instance allocated withBufferUtils
. -
create
Returns a newVkPhysicalDeviceDescriptorIndexingProperties
instance for the specified memory address. -
createSafe
-
malloc
Returns a newVkPhysicalDeviceDescriptorIndexingProperties.Buffer
instance allocated withmemAlloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
calloc
Returns a newVkPhysicalDeviceDescriptorIndexingProperties.Buffer
instance allocated withmemCalloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
create
Returns a newVkPhysicalDeviceDescriptorIndexingProperties.Buffer
instance allocated withBufferUtils
.- Parameters:
capacity
- the buffer capacity
-
create
public static VkPhysicalDeviceDescriptorIndexingProperties.Buffer create(long address, int capacity) Create aVkPhysicalDeviceDescriptorIndexingProperties.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
createSafe
public static @Nullable VkPhysicalDeviceDescriptorIndexingProperties.Buffer createSafe(long address, int capacity) -
malloc
Returns a newVkPhysicalDeviceDescriptorIndexingProperties
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocate
-
calloc
Returns a newVkPhysicalDeviceDescriptorIndexingProperties
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocate
-
malloc
public static VkPhysicalDeviceDescriptorIndexingProperties.Buffer malloc(int capacity, MemoryStack stack) Returns a newVkPhysicalDeviceDescriptorIndexingProperties.Buffer
instance allocated on the specifiedMemoryStack
.- Parameters:
capacity
- the buffer capacitystack
- the stack from which to allocate
-
calloc
public static VkPhysicalDeviceDescriptorIndexingProperties.Buffer calloc(int capacity, MemoryStack stack) Returns a newVkPhysicalDeviceDescriptorIndexingProperties.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
capacity
- the buffer capacitystack
- the stack from which to allocate
-
nsType
public static int nsType(long struct) Unsafe version ofsType()
. -
npNext
public static long npNext(long struct) Unsafe version ofpNext()
. -
nmaxUpdateAfterBindDescriptorsInAllPools
public static int nmaxUpdateAfterBindDescriptorsInAllPools(long struct) Unsafe version ofmaxUpdateAfterBindDescriptorsInAllPools()
. -
nshaderUniformBufferArrayNonUniformIndexingNative
public static int nshaderUniformBufferArrayNonUniformIndexingNative(long struct) Unsafe version ofshaderUniformBufferArrayNonUniformIndexingNative()
. -
nshaderSampledImageArrayNonUniformIndexingNative
public static int nshaderSampledImageArrayNonUniformIndexingNative(long struct) Unsafe version ofshaderSampledImageArrayNonUniformIndexingNative()
. -
nshaderStorageBufferArrayNonUniformIndexingNative
public static int nshaderStorageBufferArrayNonUniformIndexingNative(long struct) Unsafe version ofshaderStorageBufferArrayNonUniformIndexingNative()
. -
nshaderStorageImageArrayNonUniformIndexingNative
public static int nshaderStorageImageArrayNonUniformIndexingNative(long struct) Unsafe version ofshaderStorageImageArrayNonUniformIndexingNative()
. -
nshaderInputAttachmentArrayNonUniformIndexingNative
public static int nshaderInputAttachmentArrayNonUniformIndexingNative(long struct) Unsafe version ofshaderInputAttachmentArrayNonUniformIndexingNative()
. -
nrobustBufferAccessUpdateAfterBind
public static int nrobustBufferAccessUpdateAfterBind(long struct) Unsafe version ofrobustBufferAccessUpdateAfterBind()
. -
nquadDivergentImplicitLod
public static int nquadDivergentImplicitLod(long struct) Unsafe version ofquadDivergentImplicitLod()
. -
nmaxPerStageDescriptorUpdateAfterBindSamplers
public static int nmaxPerStageDescriptorUpdateAfterBindSamplers(long struct) Unsafe version ofmaxPerStageDescriptorUpdateAfterBindSamplers()
. -
nmaxPerStageDescriptorUpdateAfterBindUniformBuffers
public static int nmaxPerStageDescriptorUpdateAfterBindUniformBuffers(long struct) Unsafe version ofmaxPerStageDescriptorUpdateAfterBindUniformBuffers()
. -
nmaxPerStageDescriptorUpdateAfterBindStorageBuffers
public static int nmaxPerStageDescriptorUpdateAfterBindStorageBuffers(long struct) Unsafe version ofmaxPerStageDescriptorUpdateAfterBindStorageBuffers()
. -
nmaxPerStageDescriptorUpdateAfterBindSampledImages
public static int nmaxPerStageDescriptorUpdateAfterBindSampledImages(long struct) Unsafe version ofmaxPerStageDescriptorUpdateAfterBindSampledImages()
. -
nmaxPerStageDescriptorUpdateAfterBindStorageImages
public static int nmaxPerStageDescriptorUpdateAfterBindStorageImages(long struct) Unsafe version ofmaxPerStageDescriptorUpdateAfterBindStorageImages()
. -
nmaxPerStageDescriptorUpdateAfterBindInputAttachments
public static int nmaxPerStageDescriptorUpdateAfterBindInputAttachments(long struct) Unsafe version ofmaxPerStageDescriptorUpdateAfterBindInputAttachments()
. -
nmaxPerStageUpdateAfterBindResources
public static int nmaxPerStageUpdateAfterBindResources(long struct) Unsafe version ofmaxPerStageUpdateAfterBindResources()
. -
nmaxDescriptorSetUpdateAfterBindSamplers
public static int nmaxDescriptorSetUpdateAfterBindSamplers(long struct) Unsafe version ofmaxDescriptorSetUpdateAfterBindSamplers()
. -
nmaxDescriptorSetUpdateAfterBindUniformBuffers
public static int nmaxDescriptorSetUpdateAfterBindUniformBuffers(long struct) Unsafe version ofmaxDescriptorSetUpdateAfterBindUniformBuffers()
. -
nmaxDescriptorSetUpdateAfterBindUniformBuffersDynamic
public static int nmaxDescriptorSetUpdateAfterBindUniformBuffersDynamic(long struct) Unsafe version ofmaxDescriptorSetUpdateAfterBindUniformBuffersDynamic()
. -
nmaxDescriptorSetUpdateAfterBindStorageBuffers
public static int nmaxDescriptorSetUpdateAfterBindStorageBuffers(long struct) Unsafe version ofmaxDescriptorSetUpdateAfterBindStorageBuffers()
. -
nmaxDescriptorSetUpdateAfterBindStorageBuffersDynamic
public static int nmaxDescriptorSetUpdateAfterBindStorageBuffersDynamic(long struct) Unsafe version ofmaxDescriptorSetUpdateAfterBindStorageBuffersDynamic()
. -
nmaxDescriptorSetUpdateAfterBindSampledImages
public static int nmaxDescriptorSetUpdateAfterBindSampledImages(long struct) Unsafe version ofmaxDescriptorSetUpdateAfterBindSampledImages()
. -
nmaxDescriptorSetUpdateAfterBindStorageImages
public static int nmaxDescriptorSetUpdateAfterBindStorageImages(long struct) Unsafe version ofmaxDescriptorSetUpdateAfterBindStorageImages()
. -
nmaxDescriptorSetUpdateAfterBindInputAttachments
public static int nmaxDescriptorSetUpdateAfterBindInputAttachments(long struct) Unsafe version ofmaxDescriptorSetUpdateAfterBindInputAttachments()
. -
nsType
public static void nsType(long struct, int value) Unsafe version ofsType
. -
npNext
public static void npNext(long struct, long value) Unsafe version ofpNext
.
-