Package org.lwjgl.vulkan
Class VkPhysicalDeviceDescriptorIndexingFeaturesEXT.Buffer
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.CustomBuffer<VkPhysicalDeviceDescriptorIndexingFeatures.Buffer>
org.lwjgl.system.StructBuffer<VkPhysicalDeviceDescriptorIndexingFeatures,VkPhysicalDeviceDescriptorIndexingFeatures.Buffer>
org.lwjgl.vulkan.VkPhysicalDeviceDescriptorIndexingFeatures.Buffer
org.lwjgl.vulkan.VkPhysicalDeviceDescriptorIndexingFeaturesEXT.Buffer
- All Implemented Interfaces:
AutoCloseable
,Iterable<VkPhysicalDeviceDescriptorIndexingFeatures>
,NativeResource
,Pointer
- Enclosing class:
VkPhysicalDeviceDescriptorIndexingFeaturesEXT
public static class VkPhysicalDeviceDescriptorIndexingFeaturesEXT.Buffer
extends VkPhysicalDeviceDescriptorIndexingFeatures.Buffer
An array of
VkPhysicalDeviceDescriptorIndexingFeaturesEXT
structs.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default
-
Field Summary
Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
-
Constructor Summary
ConstructorsConstructorDescriptionBuffer
(long address, int cap) Buffer
(ByteBuffer container) Creates a newVkPhysicalDeviceDescriptorIndexingFeaturesEXT.Buffer
instance backed by the specified container. -
Method Summary
Modifier and TypeMethodDescriptiondescriptorBindingPartiallyBound
(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.pNext
(long value) Sets the specified value to thepNext
field.runtimeDescriptorArray
(boolean value) Sets the specified value to theruntimeDescriptorArray
field.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.Buffer
descriptorBindingPartiallyBound, descriptorBindingSampledImageUpdateAfterBind, descriptorBindingStorageBufferUpdateAfterBind, descriptorBindingStorageImageUpdateAfterBind, descriptorBindingStorageTexelBufferUpdateAfterBind, descriptorBindingUniformBufferUpdateAfterBind, descriptorBindingUniformTexelBufferUpdateAfterBind, descriptorBindingUpdateUnusedWhilePending, descriptorBindingVariableDescriptorCount, pNext, runtimeDescriptorArray, shaderInputAttachmentArrayDynamicIndexing, shaderInputAttachmentArrayNonUniformIndexing, shaderSampledImageArrayNonUniformIndexing, shaderStorageBufferArrayNonUniformIndexing, shaderStorageImageArrayNonUniformIndexing, shaderStorageTexelBufferArrayDynamicIndexing, shaderStorageTexelBufferArrayNonUniformIndexing, shaderUniformBufferArrayNonUniformIndexing, shaderUniformTexelBufferArrayDynamicIndexing, shaderUniformTexelBufferArrayNonUniformIndexing, sType
Methods inherited from class org.lwjgl.system.StructBuffer
apply, apply, forEach, get, get, get, get, iterator, parallelStream, put, put, sizeof, spliterator, stream
Methods inherited from class org.lwjgl.system.CustomBuffer
address, address, address0, capacity, clear, compact, duplicate, flip, free, hasRemaining, limit, limit, mark, position, position, put, remaining, reset, rewind, slice, slice, toString
Methods inherited from class org.lwjgl.system.Pointer.Default
equals, hashCode
Methods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Constructor Details
-
Buffer
Creates a newVkPhysicalDeviceDescriptorIndexingFeaturesEXT.Buffer
instance backed by the specified container.Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided by
VkPhysicalDeviceDescriptorIndexingFeatures.SIZEOF
, and its mark will be undefined.The created buffer instance holds a strong reference to the container object.
-
Buffer
public Buffer(long address, int cap)
-
-
Method Details
-
sType
Sets the specified value to thesType
field.- Overrides:
sType
in classVkPhysicalDeviceDescriptorIndexingFeatures.Buffer
-
sType$Default
Sets theSTRUCTURE_TYPE_PHYSICAL_DEVICE_DESCRIPTOR_INDEXING_FEATURES
value to thesType
field.- Overrides:
sType$Default
in classVkPhysicalDeviceDescriptorIndexingFeatures.Buffer
-
pNext
Sets the specified value to thepNext
field.- Overrides:
pNext
in classVkPhysicalDeviceDescriptorIndexingFeatures.Buffer
-
shaderInputAttachmentArrayDynamicIndexing
public VkPhysicalDeviceDescriptorIndexingFeaturesEXT.Buffer shaderInputAttachmentArrayDynamicIndexing(boolean value) Sets the specified value to theshaderInputAttachmentArrayDynamicIndexing
field. -
shaderUniformTexelBufferArrayDynamicIndexing
public VkPhysicalDeviceDescriptorIndexingFeaturesEXT.Buffer shaderUniformTexelBufferArrayDynamicIndexing(boolean value) Sets the specified value to theshaderUniformTexelBufferArrayDynamicIndexing
field. -
shaderStorageTexelBufferArrayDynamicIndexing
public VkPhysicalDeviceDescriptorIndexingFeaturesEXT.Buffer shaderStorageTexelBufferArrayDynamicIndexing(boolean value) Sets the specified value to theshaderStorageTexelBufferArrayDynamicIndexing
field. -
shaderUniformBufferArrayNonUniformIndexing
public VkPhysicalDeviceDescriptorIndexingFeaturesEXT.Buffer shaderUniformBufferArrayNonUniformIndexing(boolean value) Sets the specified value to theshaderUniformBufferArrayNonUniformIndexing
field. -
shaderSampledImageArrayNonUniformIndexing
public VkPhysicalDeviceDescriptorIndexingFeaturesEXT.Buffer shaderSampledImageArrayNonUniformIndexing(boolean value) Sets the specified value to theshaderSampledImageArrayNonUniformIndexing
field. -
shaderStorageBufferArrayNonUniformIndexing
public VkPhysicalDeviceDescriptorIndexingFeaturesEXT.Buffer shaderStorageBufferArrayNonUniformIndexing(boolean value) Sets the specified value to theshaderStorageBufferArrayNonUniformIndexing
field. -
shaderStorageImageArrayNonUniformIndexing
public VkPhysicalDeviceDescriptorIndexingFeaturesEXT.Buffer shaderStorageImageArrayNonUniformIndexing(boolean value) Sets the specified value to theshaderStorageImageArrayNonUniformIndexing
field. -
shaderInputAttachmentArrayNonUniformIndexing
public VkPhysicalDeviceDescriptorIndexingFeaturesEXT.Buffer shaderInputAttachmentArrayNonUniformIndexing(boolean value) Sets the specified value to theshaderInputAttachmentArrayNonUniformIndexing
field. -
shaderUniformTexelBufferArrayNonUniformIndexing
public VkPhysicalDeviceDescriptorIndexingFeaturesEXT.Buffer shaderUniformTexelBufferArrayNonUniformIndexing(boolean value) Sets the specified value to theshaderUniformTexelBufferArrayNonUniformIndexing
field. -
shaderStorageTexelBufferArrayNonUniformIndexing
public VkPhysicalDeviceDescriptorIndexingFeaturesEXT.Buffer shaderStorageTexelBufferArrayNonUniformIndexing(boolean value) Sets the specified value to theshaderStorageTexelBufferArrayNonUniformIndexing
field. -
descriptorBindingUniformBufferUpdateAfterBind
public VkPhysicalDeviceDescriptorIndexingFeaturesEXT.Buffer descriptorBindingUniformBufferUpdateAfterBind(boolean value) Sets the specified value to thedescriptorBindingUniformBufferUpdateAfterBind
field. -
descriptorBindingSampledImageUpdateAfterBind
public VkPhysicalDeviceDescriptorIndexingFeaturesEXT.Buffer descriptorBindingSampledImageUpdateAfterBind(boolean value) Sets the specified value to thedescriptorBindingSampledImageUpdateAfterBind
field. -
descriptorBindingStorageImageUpdateAfterBind
public VkPhysicalDeviceDescriptorIndexingFeaturesEXT.Buffer descriptorBindingStorageImageUpdateAfterBind(boolean value) Sets the specified value to thedescriptorBindingStorageImageUpdateAfterBind
field. -
descriptorBindingStorageBufferUpdateAfterBind
public VkPhysicalDeviceDescriptorIndexingFeaturesEXT.Buffer descriptorBindingStorageBufferUpdateAfterBind(boolean value) Sets the specified value to thedescriptorBindingStorageBufferUpdateAfterBind
field. -
descriptorBindingUniformTexelBufferUpdateAfterBind
public VkPhysicalDeviceDescriptorIndexingFeaturesEXT.Buffer descriptorBindingUniformTexelBufferUpdateAfterBind(boolean value) Sets the specified value to thedescriptorBindingUniformTexelBufferUpdateAfterBind
field. -
descriptorBindingStorageTexelBufferUpdateAfterBind
public VkPhysicalDeviceDescriptorIndexingFeaturesEXT.Buffer descriptorBindingStorageTexelBufferUpdateAfterBind(boolean value) Sets the specified value to thedescriptorBindingStorageTexelBufferUpdateAfterBind
field. -
descriptorBindingUpdateUnusedWhilePending
public VkPhysicalDeviceDescriptorIndexingFeaturesEXT.Buffer descriptorBindingUpdateUnusedWhilePending(boolean value) Sets the specified value to thedescriptorBindingUpdateUnusedWhilePending
field. -
descriptorBindingPartiallyBound
public VkPhysicalDeviceDescriptorIndexingFeaturesEXT.Buffer descriptorBindingPartiallyBound(boolean value) Sets the specified value to thedescriptorBindingPartiallyBound
field.- Overrides:
descriptorBindingPartiallyBound
in classVkPhysicalDeviceDescriptorIndexingFeatures.Buffer
-
descriptorBindingVariableDescriptorCount
public VkPhysicalDeviceDescriptorIndexingFeaturesEXT.Buffer descriptorBindingVariableDescriptorCount(boolean value) Sets the specified value to thedescriptorBindingVariableDescriptorCount
field. -
runtimeDescriptorArray
Sets the specified value to theruntimeDescriptorArray
field.- Overrides:
runtimeDescriptorArray
in classVkPhysicalDeviceDescriptorIndexingFeatures.Buffer
-