Package org.lwjgl.vulkan
Class VkPhysicalDeviceDescriptorIndexingFeaturesEXT
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkPhysicalDeviceDescriptorIndexingFeatures>
org.lwjgl.vulkan.VkPhysicalDeviceDescriptorIndexingFeatures
org.lwjgl.vulkan.VkPhysicalDeviceDescriptorIndexingFeaturesEXT
- All Implemented Interfaces:
AutoCloseable
,NativeResource
,Pointer
public class VkPhysicalDeviceDescriptorIndexingFeaturesEXT
extends VkPhysicalDeviceDescriptorIndexingFeatures
struct VkPhysicalDeviceDescriptorIndexingFeaturesEXT {
VkStructureType sType;
void * pNext;
VkBool32 shaderInputAttachmentArrayDynamicIndexing;
VkBool32 shaderUniformTexelBufferArrayDynamicIndexing;
VkBool32 shaderStorageTexelBufferArrayDynamicIndexing;
VkBool32 shaderUniformBufferArrayNonUniformIndexing;
VkBool32 shaderSampledImageArrayNonUniformIndexing;
VkBool32 shaderStorageBufferArrayNonUniformIndexing;
VkBool32 shaderStorageImageArrayNonUniformIndexing;
VkBool32 shaderInputAttachmentArrayNonUniformIndexing;
VkBool32 shaderUniformTexelBufferArrayNonUniformIndexing;
VkBool32 shaderStorageTexelBufferArrayNonUniformIndexing;
VkBool32 descriptorBindingUniformBufferUpdateAfterBind;
VkBool32 descriptorBindingSampledImageUpdateAfterBind;
VkBool32 descriptorBindingStorageImageUpdateAfterBind;
VkBool32 descriptorBindingStorageBufferUpdateAfterBind;
VkBool32 descriptorBindingUniformTexelBufferUpdateAfterBind;
VkBool32 descriptorBindingStorageTexelBufferUpdateAfterBind;
VkBool32 descriptorBindingUpdateUnusedWhilePending;
VkBool32 descriptorBindingPartiallyBound;
VkBool32 descriptorBindingVariableDescriptorCount;
VkBool32 runtimeDescriptorArray;
}
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
An array ofVkPhysicalDeviceDescriptorIndexingFeaturesEXT
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
Fields inherited from class org.lwjgl.vulkan.VkPhysicalDeviceDescriptorIndexingFeatures
ALIGNOF, DESCRIPTORBINDINGPARTIALLYBOUND, DESCRIPTORBINDINGSAMPLEDIMAGEUPDATEAFTERBIND, DESCRIPTORBINDINGSTORAGEBUFFERUPDATEAFTERBIND, DESCRIPTORBINDINGSTORAGEIMAGEUPDATEAFTERBIND, DESCRIPTORBINDINGSTORAGETEXELBUFFERUPDATEAFTERBIND, DESCRIPTORBINDINGUNIFORMBUFFERUPDATEAFTERBIND, DESCRIPTORBINDINGUNIFORMTEXELBUFFERUPDATEAFTERBIND, DESCRIPTORBINDINGUPDATEUNUSEDWHILEPENDING, DESCRIPTORBINDINGVARIABLEDESCRIPTORCOUNT, PNEXT, RUNTIMEDESCRIPTORARRAY, SHADERINPUTATTACHMENTARRAYDYNAMICINDEXING, SHADERINPUTATTACHMENTARRAYNONUNIFORMINDEXING, SHADERSAMPLEDIMAGEARRAYNONUNIFORMINDEXING, SHADERSTORAGEBUFFERARRAYNONUNIFORMINDEXING, SHADERSTORAGEIMAGEARRAYNONUNIFORMINDEXING, SHADERSTORAGETEXELBUFFERARRAYDYNAMICINDEXING, SHADERSTORAGETEXELBUFFERARRAYNONUNIFORMINDEXING, SHADERUNIFORMBUFFERARRAYNONUNIFORMINDEXING, SHADERUNIFORMTEXELBUFFERARRAYDYNAMICINDEXING, SHADERUNIFORMTEXELBUFFERARRAYNONUNIFORMINDEXING, SIZEOF, STYPE
Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
-
Constructor Summary
ConstructorsConstructorDescriptionCreates aVkPhysicalDeviceDescriptorIndexingFeaturesEXT
instance at the current position of the specifiedByteBuffer
container. -
Method Summary
Modifier and TypeMethodDescriptioncalloc()
Returns a newVkPhysicalDeviceDescriptorIndexingFeaturesEXT
instance allocated withmemCalloc
.calloc
(int capacity) Returns a newVkPhysicalDeviceDescriptorIndexingFeaturesEXT.Buffer
instance allocated withmemCalloc
.calloc
(int capacity, MemoryStack stack) Returns a newVkPhysicalDeviceDescriptorIndexingFeaturesEXT.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.calloc
(MemoryStack stack) Returns a newVkPhysicalDeviceDescriptorIndexingFeaturesEXT
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.Deprecated.callocStack
(int capacity) Deprecated.callocStack
(int capacity, MemoryStack stack) Deprecated.callocStack
(MemoryStack stack) Deprecated.create()
Returns a newVkPhysicalDeviceDescriptorIndexingFeaturesEXT
instance allocated withBufferUtils
.create
(int capacity) Returns a newVkPhysicalDeviceDescriptorIndexingFeaturesEXT.Buffer
instance allocated withBufferUtils
.create
(long address) Returns a newVkPhysicalDeviceDescriptorIndexingFeaturesEXT
instance for the specified memory address.create
(long address, int capacity) Create aVkPhysicalDeviceDescriptorIndexingFeaturesEXT.Buffer
instance at the specified memory.static @Nullable VkPhysicalDeviceDescriptorIndexingFeaturesEXT
createSafe
(long address) static @Nullable VkPhysicalDeviceDescriptorIndexingFeaturesEXT.Buffer
createSafe
(long address, int capacity) descriptorBindingPartiallyBound
(boolean value) Sets the specified value to thedescriptorBindingPartiallyBound
field.descriptorBindingSampledImageUpdateAfterBind
(boolean value) Sets the specified value to thedescriptorBindingSampledImageUpdateAfterBind
field.descriptorBindingStorageBufferUpdateAfterBind
(boolean value) Sets the specified value to thedescriptorBindingStorageBufferUpdateAfterBind
field.descriptorBindingStorageImageUpdateAfterBind
(boolean value) Sets the specified value to thedescriptorBindingStorageImageUpdateAfterBind
field.descriptorBindingStorageTexelBufferUpdateAfterBind
(boolean value) Sets the specified value to thedescriptorBindingStorageTexelBufferUpdateAfterBind
field.descriptorBindingUniformBufferUpdateAfterBind
(boolean value) Sets the specified value to thedescriptorBindingUniformBufferUpdateAfterBind
field.descriptorBindingUniformTexelBufferUpdateAfterBind
(boolean value) Sets the specified value to thedescriptorBindingUniformTexelBufferUpdateAfterBind
field.descriptorBindingUpdateUnusedWhilePending
(boolean value) Sets the specified value to thedescriptorBindingUpdateUnusedWhilePending
field.descriptorBindingVariableDescriptorCount
(boolean value) Sets the specified value to thedescriptorBindingVariableDescriptorCount
field.malloc()
Returns a newVkPhysicalDeviceDescriptorIndexingFeaturesEXT
instance allocated withmemAlloc
.malloc
(int capacity) Returns a newVkPhysicalDeviceDescriptorIndexingFeaturesEXT.Buffer
instance allocated withmemAlloc
.malloc
(int capacity, MemoryStack stack) Returns a newVkPhysicalDeviceDescriptorIndexingFeaturesEXT.Buffer
instance allocated on the specifiedMemoryStack
.malloc
(MemoryStack stack) Returns a newVkPhysicalDeviceDescriptorIndexingFeaturesEXT
instance allocated on the specifiedMemoryStack
.Deprecated.mallocStack
(int capacity) Deprecated.mallocStack
(int capacity, MemoryStack stack) Deprecated.mallocStack
(MemoryStack stack) Deprecated.pNext
(long value) Sets the specified value to thepNext
field.runtimeDescriptorArray
(boolean value) Sets the specified value to theruntimeDescriptorArray
field.set
(int sType, long pNext, boolean shaderInputAttachmentArrayDynamicIndexing, boolean shaderUniformTexelBufferArrayDynamicIndexing, boolean shaderStorageTexelBufferArrayDynamicIndexing, boolean shaderUniformBufferArrayNonUniformIndexing, boolean shaderSampledImageArrayNonUniformIndexing, boolean shaderStorageBufferArrayNonUniformIndexing, boolean shaderStorageImageArrayNonUniformIndexing, boolean shaderInputAttachmentArrayNonUniformIndexing, boolean shaderUniformTexelBufferArrayNonUniformIndexing, boolean shaderStorageTexelBufferArrayNonUniformIndexing, boolean descriptorBindingUniformBufferUpdateAfterBind, boolean descriptorBindingSampledImageUpdateAfterBind, boolean descriptorBindingStorageImageUpdateAfterBind, boolean descriptorBindingStorageBufferUpdateAfterBind, boolean descriptorBindingUniformTexelBufferUpdateAfterBind, boolean descriptorBindingStorageTexelBufferUpdateAfterBind, boolean descriptorBindingUpdateUnusedWhilePending, boolean descriptorBindingPartiallyBound, boolean descriptorBindingVariableDescriptorCount, boolean runtimeDescriptorArray) Initializes this struct with the specified values.Copies the specified struct data to this struct.shaderInputAttachmentArrayDynamicIndexing
(boolean value) Sets the specified value to theshaderInputAttachmentArrayDynamicIndexing
field.shaderInputAttachmentArrayNonUniformIndexing
(boolean value) Sets the specified value to theshaderInputAttachmentArrayNonUniformIndexing
field.shaderSampledImageArrayNonUniformIndexing
(boolean value) Sets the specified value to theshaderSampledImageArrayNonUniformIndexing
field.shaderStorageBufferArrayNonUniformIndexing
(boolean value) Sets the specified value to theshaderStorageBufferArrayNonUniformIndexing
field.shaderStorageImageArrayNonUniformIndexing
(boolean value) Sets the specified value to theshaderStorageImageArrayNonUniformIndexing
field.shaderStorageTexelBufferArrayDynamicIndexing
(boolean value) Sets the specified value to theshaderStorageTexelBufferArrayDynamicIndexing
field.shaderStorageTexelBufferArrayNonUniformIndexing
(boolean value) Sets the specified value to theshaderStorageTexelBufferArrayNonUniformIndexing
field.shaderUniformBufferArrayNonUniformIndexing
(boolean value) Sets the specified value to theshaderUniformBufferArrayNonUniformIndexing
field.shaderUniformTexelBufferArrayDynamicIndexing
(boolean value) Sets the specified value to theshaderUniformTexelBufferArrayDynamicIndexing
field.shaderUniformTexelBufferArrayNonUniformIndexing
(boolean value) Sets the specified value to theshaderUniformTexelBufferArrayNonUniformIndexing
field.sType
(int value) Sets the specified value to thesType
field.Sets theSTRUCTURE_TYPE_PHYSICAL_DEVICE_DESCRIPTOR_INDEXING_FEATURES
value to thesType
field.Methods inherited from class org.lwjgl.vulkan.VkPhysicalDeviceDescriptorIndexingFeatures
descriptorBindingPartiallyBound, descriptorBindingSampledImageUpdateAfterBind, descriptorBindingStorageBufferUpdateAfterBind, descriptorBindingStorageImageUpdateAfterBind, descriptorBindingStorageTexelBufferUpdateAfterBind, descriptorBindingUniformBufferUpdateAfterBind, descriptorBindingUniformTexelBufferUpdateAfterBind, descriptorBindingUpdateUnusedWhilePending, descriptorBindingVariableDescriptorCount, ndescriptorBindingPartiallyBound, ndescriptorBindingPartiallyBound, ndescriptorBindingSampledImageUpdateAfterBind, ndescriptorBindingSampledImageUpdateAfterBind, ndescriptorBindingStorageBufferUpdateAfterBind, ndescriptorBindingStorageBufferUpdateAfterBind, ndescriptorBindingStorageImageUpdateAfterBind, ndescriptorBindingStorageImageUpdateAfterBind, ndescriptorBindingStorageTexelBufferUpdateAfterBind, ndescriptorBindingStorageTexelBufferUpdateAfterBind, ndescriptorBindingUniformBufferUpdateAfterBind, ndescriptorBindingUniformBufferUpdateAfterBind, ndescriptorBindingUniformTexelBufferUpdateAfterBind, ndescriptorBindingUniformTexelBufferUpdateAfterBind, ndescriptorBindingUpdateUnusedWhilePending, ndescriptorBindingUpdateUnusedWhilePending, ndescriptorBindingVariableDescriptorCount, ndescriptorBindingVariableDescriptorCount, npNext, npNext, nruntimeDescriptorArray, nruntimeDescriptorArray, nshaderInputAttachmentArrayDynamicIndexing, nshaderInputAttachmentArrayDynamicIndexing, nshaderInputAttachmentArrayNonUniformIndexing, nshaderInputAttachmentArrayNonUniformIndexing, nshaderSampledImageArrayNonUniformIndexing, nshaderSampledImageArrayNonUniformIndexing, nshaderStorageBufferArrayNonUniformIndexing, nshaderStorageBufferArrayNonUniformIndexing, nshaderStorageImageArrayNonUniformIndexing, nshaderStorageImageArrayNonUniformIndexing, nshaderStorageTexelBufferArrayDynamicIndexing, nshaderStorageTexelBufferArrayDynamicIndexing, nshaderStorageTexelBufferArrayNonUniformIndexing, nshaderStorageTexelBufferArrayNonUniformIndexing, nshaderUniformBufferArrayNonUniformIndexing, nshaderUniformBufferArrayNonUniformIndexing, nshaderUniformTexelBufferArrayDynamicIndexing, nshaderUniformTexelBufferArrayDynamicIndexing, nshaderUniformTexelBufferArrayNonUniformIndexing, nshaderUniformTexelBufferArrayNonUniformIndexing, nsType, nsType, pNext, runtimeDescriptorArray, set, shaderInputAttachmentArrayDynamicIndexing, shaderInputAttachmentArrayNonUniformIndexing, shaderSampledImageArrayNonUniformIndexing, shaderStorageBufferArrayNonUniformIndexing, shaderStorageImageArrayNonUniformIndexing, shaderStorageTexelBufferArrayDynamicIndexing, shaderStorageTexelBufferArrayNonUniformIndexing, shaderUniformBufferArrayNonUniformIndexing, shaderUniformTexelBufferArrayDynamicIndexing, shaderUniformTexelBufferArrayNonUniformIndexing, sizeof, sType
Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toString
Methods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Constructor Details
-
VkPhysicalDeviceDescriptorIndexingFeaturesEXT
Creates aVkPhysicalDeviceDescriptorIndexingFeaturesEXT
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
-
sType
Sets the specified value to thesType
field.- Overrides:
sType
in classVkPhysicalDeviceDescriptorIndexingFeatures
-
sType$Default
Sets theSTRUCTURE_TYPE_PHYSICAL_DEVICE_DESCRIPTOR_INDEXING_FEATURES
value to thesType
field.- Overrides:
sType$Default
in classVkPhysicalDeviceDescriptorIndexingFeatures
-
pNext
Sets the specified value to thepNext
field.- Overrides:
pNext
in classVkPhysicalDeviceDescriptorIndexingFeatures
-
shaderInputAttachmentArrayDynamicIndexing
public VkPhysicalDeviceDescriptorIndexingFeaturesEXT shaderInputAttachmentArrayDynamicIndexing(boolean value) Sets the specified value to theshaderInputAttachmentArrayDynamicIndexing
field.- Overrides:
shaderInputAttachmentArrayDynamicIndexing
in classVkPhysicalDeviceDescriptorIndexingFeatures
-
shaderUniformTexelBufferArrayDynamicIndexing
public VkPhysicalDeviceDescriptorIndexingFeaturesEXT shaderUniformTexelBufferArrayDynamicIndexing(boolean value) Sets the specified value to theshaderUniformTexelBufferArrayDynamicIndexing
field. -
shaderStorageTexelBufferArrayDynamicIndexing
public VkPhysicalDeviceDescriptorIndexingFeaturesEXT shaderStorageTexelBufferArrayDynamicIndexing(boolean value) Sets the specified value to theshaderStorageTexelBufferArrayDynamicIndexing
field. -
shaderUniformBufferArrayNonUniformIndexing
public VkPhysicalDeviceDescriptorIndexingFeaturesEXT shaderUniformBufferArrayNonUniformIndexing(boolean value) Sets the specified value to theshaderUniformBufferArrayNonUniformIndexing
field.- Overrides:
shaderUniformBufferArrayNonUniformIndexing
in classVkPhysicalDeviceDescriptorIndexingFeatures
-
shaderSampledImageArrayNonUniformIndexing
public VkPhysicalDeviceDescriptorIndexingFeaturesEXT shaderSampledImageArrayNonUniformIndexing(boolean value) Sets the specified value to theshaderSampledImageArrayNonUniformIndexing
field.- Overrides:
shaderSampledImageArrayNonUniformIndexing
in classVkPhysicalDeviceDescriptorIndexingFeatures
-
shaderStorageBufferArrayNonUniformIndexing
public VkPhysicalDeviceDescriptorIndexingFeaturesEXT shaderStorageBufferArrayNonUniformIndexing(boolean value) Sets the specified value to theshaderStorageBufferArrayNonUniformIndexing
field.- Overrides:
shaderStorageBufferArrayNonUniformIndexing
in classVkPhysicalDeviceDescriptorIndexingFeatures
-
shaderStorageImageArrayNonUniformIndexing
public VkPhysicalDeviceDescriptorIndexingFeaturesEXT shaderStorageImageArrayNonUniformIndexing(boolean value) Sets the specified value to theshaderStorageImageArrayNonUniformIndexing
field.- Overrides:
shaderStorageImageArrayNonUniformIndexing
in classVkPhysicalDeviceDescriptorIndexingFeatures
-
shaderInputAttachmentArrayNonUniformIndexing
public VkPhysicalDeviceDescriptorIndexingFeaturesEXT shaderInputAttachmentArrayNonUniformIndexing(boolean value) Sets the specified value to theshaderInputAttachmentArrayNonUniformIndexing
field. -
shaderUniformTexelBufferArrayNonUniformIndexing
public VkPhysicalDeviceDescriptorIndexingFeaturesEXT shaderUniformTexelBufferArrayNonUniformIndexing(boolean value) Sets the specified value to theshaderUniformTexelBufferArrayNonUniformIndexing
field. -
shaderStorageTexelBufferArrayNonUniformIndexing
public VkPhysicalDeviceDescriptorIndexingFeaturesEXT shaderStorageTexelBufferArrayNonUniformIndexing(boolean value) Sets the specified value to theshaderStorageTexelBufferArrayNonUniformIndexing
field. -
descriptorBindingUniformBufferUpdateAfterBind
public VkPhysicalDeviceDescriptorIndexingFeaturesEXT descriptorBindingUniformBufferUpdateAfterBind(boolean value) Sets the specified value to thedescriptorBindingUniformBufferUpdateAfterBind
field. -
descriptorBindingSampledImageUpdateAfterBind
public VkPhysicalDeviceDescriptorIndexingFeaturesEXT descriptorBindingSampledImageUpdateAfterBind(boolean value) Sets the specified value to thedescriptorBindingSampledImageUpdateAfterBind
field. -
descriptorBindingStorageImageUpdateAfterBind
public VkPhysicalDeviceDescriptorIndexingFeaturesEXT descriptorBindingStorageImageUpdateAfterBind(boolean value) Sets the specified value to thedescriptorBindingStorageImageUpdateAfterBind
field. -
descriptorBindingStorageBufferUpdateAfterBind
public VkPhysicalDeviceDescriptorIndexingFeaturesEXT descriptorBindingStorageBufferUpdateAfterBind(boolean value) Sets the specified value to thedescriptorBindingStorageBufferUpdateAfterBind
field. -
descriptorBindingUniformTexelBufferUpdateAfterBind
public VkPhysicalDeviceDescriptorIndexingFeaturesEXT descriptorBindingUniformTexelBufferUpdateAfterBind(boolean value) Sets the specified value to thedescriptorBindingUniformTexelBufferUpdateAfterBind
field. -
descriptorBindingStorageTexelBufferUpdateAfterBind
public VkPhysicalDeviceDescriptorIndexingFeaturesEXT descriptorBindingStorageTexelBufferUpdateAfterBind(boolean value) Sets the specified value to thedescriptorBindingStorageTexelBufferUpdateAfterBind
field. -
descriptorBindingUpdateUnusedWhilePending
public VkPhysicalDeviceDescriptorIndexingFeaturesEXT descriptorBindingUpdateUnusedWhilePending(boolean value) Sets the specified value to thedescriptorBindingUpdateUnusedWhilePending
field.- Overrides:
descriptorBindingUpdateUnusedWhilePending
in classVkPhysicalDeviceDescriptorIndexingFeatures
-
descriptorBindingPartiallyBound
Sets the specified value to thedescriptorBindingPartiallyBound
field.- Overrides:
descriptorBindingPartiallyBound
in classVkPhysicalDeviceDescriptorIndexingFeatures
-
descriptorBindingVariableDescriptorCount
public VkPhysicalDeviceDescriptorIndexingFeaturesEXT descriptorBindingVariableDescriptorCount(boolean value) Sets the specified value to thedescriptorBindingVariableDescriptorCount
field.- Overrides:
descriptorBindingVariableDescriptorCount
in classVkPhysicalDeviceDescriptorIndexingFeatures
-
runtimeDescriptorArray
Sets the specified value to theruntimeDescriptorArray
field.- Overrides:
runtimeDescriptorArray
in classVkPhysicalDeviceDescriptorIndexingFeatures
-
set
public VkPhysicalDeviceDescriptorIndexingFeaturesEXT set(int sType, long pNext, boolean shaderInputAttachmentArrayDynamicIndexing, boolean shaderUniformTexelBufferArrayDynamicIndexing, boolean shaderStorageTexelBufferArrayDynamicIndexing, boolean shaderUniformBufferArrayNonUniformIndexing, boolean shaderSampledImageArrayNonUniformIndexing, boolean shaderStorageBufferArrayNonUniformIndexing, boolean shaderStorageImageArrayNonUniformIndexing, boolean shaderInputAttachmentArrayNonUniformIndexing, boolean shaderUniformTexelBufferArrayNonUniformIndexing, boolean shaderStorageTexelBufferArrayNonUniformIndexing, boolean descriptorBindingUniformBufferUpdateAfterBind, boolean descriptorBindingSampledImageUpdateAfterBind, boolean descriptorBindingStorageImageUpdateAfterBind, boolean descriptorBindingStorageBufferUpdateAfterBind, boolean descriptorBindingUniformTexelBufferUpdateAfterBind, boolean descriptorBindingStorageTexelBufferUpdateAfterBind, boolean descriptorBindingUpdateUnusedWhilePending, boolean descriptorBindingPartiallyBound, boolean descriptorBindingVariableDescriptorCount, boolean runtimeDescriptorArray) Initializes this struct with the specified values.- Overrides:
set
in classVkPhysicalDeviceDescriptorIndexingFeatures
-
set
public VkPhysicalDeviceDescriptorIndexingFeaturesEXT set(VkPhysicalDeviceDescriptorIndexingFeaturesEXT src) Copies the specified struct data to this struct.- Parameters:
src
- the source struct- Returns:
- this struct
-
malloc
Returns a newVkPhysicalDeviceDescriptorIndexingFeaturesEXT
instance allocated withmemAlloc
. The instance must be explicitly freed. -
calloc
Returns a newVkPhysicalDeviceDescriptorIndexingFeaturesEXT
instance allocated withmemCalloc
. The instance must be explicitly freed. -
create
Returns a newVkPhysicalDeviceDescriptorIndexingFeaturesEXT
instance allocated withBufferUtils
. -
create
Returns a newVkPhysicalDeviceDescriptorIndexingFeaturesEXT
instance for the specified memory address. -
createSafe
-
malloc
Returns a newVkPhysicalDeviceDescriptorIndexingFeaturesEXT.Buffer
instance allocated withmemAlloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
calloc
Returns a newVkPhysicalDeviceDescriptorIndexingFeaturesEXT.Buffer
instance allocated withmemCalloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
create
Returns a newVkPhysicalDeviceDescriptorIndexingFeaturesEXT.Buffer
instance allocated withBufferUtils
.- Parameters:
capacity
- the buffer capacity
-
create
public static VkPhysicalDeviceDescriptorIndexingFeaturesEXT.Buffer create(long address, int capacity) Create aVkPhysicalDeviceDescriptorIndexingFeaturesEXT.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
createSafe
public static @Nullable VkPhysicalDeviceDescriptorIndexingFeaturesEXT.Buffer createSafe(long address, int capacity) -
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(MemoryStack)
instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(MemoryStack)
instead. -
mallocStack
@Deprecated public static VkPhysicalDeviceDescriptorIndexingFeaturesEXT mallocStack(MemoryStack stack) Deprecated.Deprecated for removal in 3.4.0. Usemalloc(MemoryStack)
instead. -
callocStack
@Deprecated public static VkPhysicalDeviceDescriptorIndexingFeaturesEXT callocStack(MemoryStack stack) Deprecated.Deprecated for removal in 3.4.0. Usecalloc(MemoryStack)
instead. -
mallocStack
@Deprecated public static VkPhysicalDeviceDescriptorIndexingFeaturesEXT.Buffer mallocStack(int capacity) Deprecated.Deprecated for removal in 3.4.0. Usemalloc(int, MemoryStack)
instead. -
callocStack
@Deprecated public static VkPhysicalDeviceDescriptorIndexingFeaturesEXT.Buffer callocStack(int capacity) Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)
instead. -
mallocStack
@Deprecated public static VkPhysicalDeviceDescriptorIndexingFeaturesEXT.Buffer mallocStack(int capacity, MemoryStack stack) Deprecated.Deprecated for removal in 3.4.0. Usemalloc(int, MemoryStack)
instead. -
callocStack
@Deprecated public static VkPhysicalDeviceDescriptorIndexingFeaturesEXT.Buffer callocStack(int capacity, MemoryStack stack) Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)
instead. -
malloc
Returns a newVkPhysicalDeviceDescriptorIndexingFeaturesEXT
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocate
-
calloc
Returns a newVkPhysicalDeviceDescriptorIndexingFeaturesEXT
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocate
-
malloc
public static VkPhysicalDeviceDescriptorIndexingFeaturesEXT.Buffer malloc(int capacity, MemoryStack stack) Returns a newVkPhysicalDeviceDescriptorIndexingFeaturesEXT.Buffer
instance allocated on the specifiedMemoryStack
.- Parameters:
capacity
- the buffer capacitystack
- the stack from which to allocate
-
calloc
public static VkPhysicalDeviceDescriptorIndexingFeaturesEXT.Buffer calloc(int capacity, MemoryStack stack) Returns a newVkPhysicalDeviceDescriptorIndexingFeaturesEXT.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
capacity
- the buffer capacitystack
- the stack from which to allocate
-