Record Class VkPhysicalDeviceDescriptorIndexingProperties
- All Implemented Interfaces:
IPointer
,IVkPhysicalDeviceDescriptorIndexingProperties
Represents a pointer to a VkPhysicalDeviceDescriptorIndexingProperties
structure in native memory.
Structure
typedef struct VkPhysicalDeviceDescriptorIndexingProperties {
VkStructureType
sType
;
void* pNext
; // optional
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
;
} VkPhysicalDeviceDescriptorIndexingProperties;
Auto initialization
This structure has the following members that can be automatically initialized:
sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DESCRIPTOR_INDEXING_PROPERTIES
The allocate
(allocate(Arena)
, allocate(Arena, long)
)
functions will automatically initialize these fields. Also, you may call autoInit()
to initialize these fields manually for non-allocated instances.
Contracts
The property segment()
should always be not-null
(segment != NULL && !segment.equals(MemorySegment.NULL)
), and properly aligned to
LAYOUT.byteAlignment()
bytes. To represent null pointer, you may use a Java
null
instead. See the documentation of IPointer.segment()
for more details.
The constructor of this class is marked as UnsafeConstructor
, because it does not
perform any runtime check. The constructor can be useful for automatic code generators.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkPhysicalDeviceDescriptorIndexingProperties
structure(s) in native memory. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final long
static final StructLayout
static final ValueLayout.OfInt
static final ValueLayout.OfInt
static final ValueLayout.OfInt
static final ValueLayout.OfInt
static final ValueLayout.OfInt
static final ValueLayout.OfInt
static final ValueLayout.OfInt
static final ValueLayout.OfInt
static final ValueLayout.OfInt
static final ValueLayout.OfInt
static final ValueLayout.OfInt
static final ValueLayout.OfInt
static final ValueLayout.OfInt
static final ValueLayout.OfInt
static final ValueLayout.OfInt
static final ValueLayout.OfInt
static final AddressLayout
static final ValueLayout.OfInt
static final ValueLayout.OfInt
static final ValueLayout.OfInt
static final ValueLayout.OfInt
static final ValueLayout.OfInt
static final ValueLayout.OfInt
static final ValueLayout.OfInt
static final ValueLayout.OfInt
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final MemoryLayout.PathElement
static final MemoryLayout.PathElement
static final MemoryLayout.PathElement
static final MemoryLayout.PathElement
static final MemoryLayout.PathElement
static final MemoryLayout.PathElement
static final MemoryLayout.PathElement
static final MemoryLayout.PathElement
static final MemoryLayout.PathElement
static final MemoryLayout.PathElement
static final MemoryLayout.PathElement
static final MemoryLayout.PathElement
static final MemoryLayout.PathElement
static final MemoryLayout.PathElement
static final MemoryLayout.PathElement
static final MemoryLayout.PathElement
static final MemoryLayout.PathElement
static final MemoryLayout.PathElement
static final MemoryLayout.PathElement
static final MemoryLayout.PathElement
static final MemoryLayout.PathElement
static final MemoryLayout.PathElement
static final MemoryLayout.PathElement
static final MemoryLayout.PathElement
static final MemoryLayout.PathElement
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
static final long
-
Constructor Summary
ConstructorsConstructorDescriptionVkPhysicalDeviceDescriptorIndexingProperties
(@NotNull MemorySegment segment) Creates an instance of aVkPhysicalDeviceDescriptorIndexingProperties
record class. -
Method Summary
Modifier and TypeMethodDescriptionvoid
autoInit()
clone
(Arena arena, VkPhysicalDeviceDescriptorIndexingProperties src) final boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.int
int
maxDescriptorSetUpdateAfterBindSampledImages
(int value) int
maxDescriptorSetUpdateAfterBindSamplers
(int value) int
int
int
maxDescriptorSetUpdateAfterBindStorageImages
(int value) int
int
int
int
int
maxPerStageDescriptorUpdateAfterBindSamplers
(int value) int
int
int
int
maxPerStageUpdateAfterBindResources
(int value) int
maxUpdateAfterBindDescriptorsInAllPools
(int value) pNext()
void
pNext
(MemorySegment value) int
quadDivergentImplicitLod
(int value) int
robustBufferAccessUpdateAfterBind
(int value) @NotNull MemorySegment
segment()
Returns the value of thesegment
record component.int
int
int
int
int
int
sType()
sType
(int value) final String
toString()
Returns a string representation of this record class.
-
Field Details
-
LAYOUT
-
BYTES
public static final long BYTES -
PATH$sType
-
PATH$pNext
-
PATH$maxUpdateAfterBindDescriptorsInAllPools
-
PATH$shaderUniformBufferArrayNonUniformIndexingNative
-
PATH$shaderSampledImageArrayNonUniformIndexingNative
-
PATH$shaderStorageBufferArrayNonUniformIndexingNative
-
PATH$shaderStorageImageArrayNonUniformIndexingNative
-
PATH$shaderInputAttachmentArrayNonUniformIndexingNative
public static final MemoryLayout.PathElement PATH$shaderInputAttachmentArrayNonUniformIndexingNative -
PATH$robustBufferAccessUpdateAfterBind
-
PATH$quadDivergentImplicitLod
-
PATH$maxPerStageDescriptorUpdateAfterBindSamplers
-
PATH$maxPerStageDescriptorUpdateAfterBindUniformBuffers
public static final MemoryLayout.PathElement PATH$maxPerStageDescriptorUpdateAfterBindUniformBuffers -
PATH$maxPerStageDescriptorUpdateAfterBindStorageBuffers
public static final MemoryLayout.PathElement PATH$maxPerStageDescriptorUpdateAfterBindStorageBuffers -
PATH$maxPerStageDescriptorUpdateAfterBindSampledImages
-
PATH$maxPerStageDescriptorUpdateAfterBindStorageImages
-
PATH$maxPerStageDescriptorUpdateAfterBindInputAttachments
public static final MemoryLayout.PathElement PATH$maxPerStageDescriptorUpdateAfterBindInputAttachments -
PATH$maxPerStageUpdateAfterBindResources
-
PATH$maxDescriptorSetUpdateAfterBindSamplers
-
PATH$maxDescriptorSetUpdateAfterBindUniformBuffers
-
PATH$maxDescriptorSetUpdateAfterBindUniformBuffersDynamic
public static final MemoryLayout.PathElement PATH$maxDescriptorSetUpdateAfterBindUniformBuffersDynamic -
PATH$maxDescriptorSetUpdateAfterBindStorageBuffers
-
PATH$maxDescriptorSetUpdateAfterBindStorageBuffersDynamic
public static final MemoryLayout.PathElement PATH$maxDescriptorSetUpdateAfterBindStorageBuffersDynamic -
PATH$maxDescriptorSetUpdateAfterBindSampledImages
-
PATH$maxDescriptorSetUpdateAfterBindStorageImages
-
PATH$maxDescriptorSetUpdateAfterBindInputAttachments
-
LAYOUT$sType
-
LAYOUT$pNext
-
LAYOUT$maxUpdateAfterBindDescriptorsInAllPools
-
LAYOUT$shaderUniformBufferArrayNonUniformIndexingNative
-
LAYOUT$shaderSampledImageArrayNonUniformIndexingNative
-
LAYOUT$shaderStorageBufferArrayNonUniformIndexingNative
-
LAYOUT$shaderStorageImageArrayNonUniformIndexingNative
-
LAYOUT$shaderInputAttachmentArrayNonUniformIndexingNative
-
LAYOUT$robustBufferAccessUpdateAfterBind
-
LAYOUT$quadDivergentImplicitLod
-
LAYOUT$maxPerStageDescriptorUpdateAfterBindSamplers
-
LAYOUT$maxPerStageDescriptorUpdateAfterBindUniformBuffers
-
LAYOUT$maxPerStageDescriptorUpdateAfterBindStorageBuffers
-
LAYOUT$maxPerStageDescriptorUpdateAfterBindSampledImages
-
LAYOUT$maxPerStageDescriptorUpdateAfterBindStorageImages
-
LAYOUT$maxPerStageDescriptorUpdateAfterBindInputAttachments
-
LAYOUT$maxPerStageUpdateAfterBindResources
-
LAYOUT$maxDescriptorSetUpdateAfterBindSamplers
-
LAYOUT$maxDescriptorSetUpdateAfterBindUniformBuffers
-
LAYOUT$maxDescriptorSetUpdateAfterBindUniformBuffersDynamic
-
LAYOUT$maxDescriptorSetUpdateAfterBindStorageBuffers
-
LAYOUT$maxDescriptorSetUpdateAfterBindStorageBuffersDynamic
-
LAYOUT$maxDescriptorSetUpdateAfterBindSampledImages
-
LAYOUT$maxDescriptorSetUpdateAfterBindStorageImages
-
LAYOUT$maxDescriptorSetUpdateAfterBindInputAttachments
-
SIZE$sType
public static final long SIZE$sType -
SIZE$pNext
public static final long SIZE$pNext -
SIZE$maxUpdateAfterBindDescriptorsInAllPools
public static final long SIZE$maxUpdateAfterBindDescriptorsInAllPools -
SIZE$shaderUniformBufferArrayNonUniformIndexingNative
public static final long SIZE$shaderUniformBufferArrayNonUniformIndexingNative -
SIZE$shaderSampledImageArrayNonUniformIndexingNative
public static final long SIZE$shaderSampledImageArrayNonUniformIndexingNative -
SIZE$shaderStorageBufferArrayNonUniformIndexingNative
public static final long SIZE$shaderStorageBufferArrayNonUniformIndexingNative -
SIZE$shaderStorageImageArrayNonUniformIndexingNative
public static final long SIZE$shaderStorageImageArrayNonUniformIndexingNative -
SIZE$shaderInputAttachmentArrayNonUniformIndexingNative
public static final long SIZE$shaderInputAttachmentArrayNonUniformIndexingNative -
SIZE$robustBufferAccessUpdateAfterBind
public static final long SIZE$robustBufferAccessUpdateAfterBind -
SIZE$quadDivergentImplicitLod
public static final long SIZE$quadDivergentImplicitLod -
SIZE$maxPerStageDescriptorUpdateAfterBindSamplers
public static final long SIZE$maxPerStageDescriptorUpdateAfterBindSamplers -
SIZE$maxPerStageDescriptorUpdateAfterBindUniformBuffers
public static final long SIZE$maxPerStageDescriptorUpdateAfterBindUniformBuffers -
SIZE$maxPerStageDescriptorUpdateAfterBindStorageBuffers
public static final long SIZE$maxPerStageDescriptorUpdateAfterBindStorageBuffers -
SIZE$maxPerStageDescriptorUpdateAfterBindSampledImages
public static final long SIZE$maxPerStageDescriptorUpdateAfterBindSampledImages -
SIZE$maxPerStageDescriptorUpdateAfterBindStorageImages
public static final long SIZE$maxPerStageDescriptorUpdateAfterBindStorageImages -
SIZE$maxPerStageDescriptorUpdateAfterBindInputAttachments
public static final long SIZE$maxPerStageDescriptorUpdateAfterBindInputAttachments -
SIZE$maxPerStageUpdateAfterBindResources
public static final long SIZE$maxPerStageUpdateAfterBindResources -
SIZE$maxDescriptorSetUpdateAfterBindSamplers
public static final long SIZE$maxDescriptorSetUpdateAfterBindSamplers -
SIZE$maxDescriptorSetUpdateAfterBindUniformBuffers
public static final long SIZE$maxDescriptorSetUpdateAfterBindUniformBuffers -
SIZE$maxDescriptorSetUpdateAfterBindUniformBuffersDynamic
public static final long SIZE$maxDescriptorSetUpdateAfterBindUniformBuffersDynamic -
SIZE$maxDescriptorSetUpdateAfterBindStorageBuffers
public static final long SIZE$maxDescriptorSetUpdateAfterBindStorageBuffers -
SIZE$maxDescriptorSetUpdateAfterBindStorageBuffersDynamic
public static final long SIZE$maxDescriptorSetUpdateAfterBindStorageBuffersDynamic -
SIZE$maxDescriptorSetUpdateAfterBindSampledImages
public static final long SIZE$maxDescriptorSetUpdateAfterBindSampledImages -
SIZE$maxDescriptorSetUpdateAfterBindStorageImages
public static final long SIZE$maxDescriptorSetUpdateAfterBindStorageImages -
SIZE$maxDescriptorSetUpdateAfterBindInputAttachments
public static final long SIZE$maxDescriptorSetUpdateAfterBindInputAttachments -
OFFSET$sType
public static final long OFFSET$sType -
OFFSET$pNext
public static final long OFFSET$pNext -
OFFSET$maxUpdateAfterBindDescriptorsInAllPools
public static final long OFFSET$maxUpdateAfterBindDescriptorsInAllPools -
OFFSET$shaderUniformBufferArrayNonUniformIndexingNative
public static final long OFFSET$shaderUniformBufferArrayNonUniformIndexingNative -
OFFSET$shaderSampledImageArrayNonUniformIndexingNative
public static final long OFFSET$shaderSampledImageArrayNonUniformIndexingNative -
OFFSET$shaderStorageBufferArrayNonUniformIndexingNative
public static final long OFFSET$shaderStorageBufferArrayNonUniformIndexingNative -
OFFSET$shaderStorageImageArrayNonUniformIndexingNative
public static final long OFFSET$shaderStorageImageArrayNonUniformIndexingNative -
OFFSET$shaderInputAttachmentArrayNonUniformIndexingNative
public static final long OFFSET$shaderInputAttachmentArrayNonUniformIndexingNative -
OFFSET$robustBufferAccessUpdateAfterBind
public static final long OFFSET$robustBufferAccessUpdateAfterBind -
OFFSET$quadDivergentImplicitLod
public static final long OFFSET$quadDivergentImplicitLod -
OFFSET$maxPerStageDescriptorUpdateAfterBindSamplers
public static final long OFFSET$maxPerStageDescriptorUpdateAfterBindSamplers -
OFFSET$maxPerStageDescriptorUpdateAfterBindUniformBuffers
public static final long OFFSET$maxPerStageDescriptorUpdateAfterBindUniformBuffers -
OFFSET$maxPerStageDescriptorUpdateAfterBindStorageBuffers
public static final long OFFSET$maxPerStageDescriptorUpdateAfterBindStorageBuffers -
OFFSET$maxPerStageDescriptorUpdateAfterBindSampledImages
public static final long OFFSET$maxPerStageDescriptorUpdateAfterBindSampledImages -
OFFSET$maxPerStageDescriptorUpdateAfterBindStorageImages
public static final long OFFSET$maxPerStageDescriptorUpdateAfterBindStorageImages -
OFFSET$maxPerStageDescriptorUpdateAfterBindInputAttachments
public static final long OFFSET$maxPerStageDescriptorUpdateAfterBindInputAttachments -
OFFSET$maxPerStageUpdateAfterBindResources
public static final long OFFSET$maxPerStageUpdateAfterBindResources -
OFFSET$maxDescriptorSetUpdateAfterBindSamplers
public static final long OFFSET$maxDescriptorSetUpdateAfterBindSamplers -
OFFSET$maxDescriptorSetUpdateAfterBindUniformBuffers
public static final long OFFSET$maxDescriptorSetUpdateAfterBindUniformBuffers -
OFFSET$maxDescriptorSetUpdateAfterBindUniformBuffersDynamic
public static final long OFFSET$maxDescriptorSetUpdateAfterBindUniformBuffersDynamic -
OFFSET$maxDescriptorSetUpdateAfterBindStorageBuffers
public static final long OFFSET$maxDescriptorSetUpdateAfterBindStorageBuffers -
OFFSET$maxDescriptorSetUpdateAfterBindStorageBuffersDynamic
public static final long OFFSET$maxDescriptorSetUpdateAfterBindStorageBuffersDynamic -
OFFSET$maxDescriptorSetUpdateAfterBindSampledImages
public static final long OFFSET$maxDescriptorSetUpdateAfterBindSampledImages -
OFFSET$maxDescriptorSetUpdateAfterBindStorageImages
public static final long OFFSET$maxDescriptorSetUpdateAfterBindStorageImages -
OFFSET$maxDescriptorSetUpdateAfterBindInputAttachments
public static final long OFFSET$maxDescriptorSetUpdateAfterBindInputAttachments
-
-
Constructor Details
-
VkPhysicalDeviceDescriptorIndexingProperties
Creates an instance of aVkPhysicalDeviceDescriptorIndexingProperties
record class.- Parameters:
segment
- the value for thesegment
record component
-
-
Method Details
-
allocate
-
allocate
-
clone
public static VkPhysicalDeviceDescriptorIndexingProperties clone(Arena arena, VkPhysicalDeviceDescriptorIndexingProperties src) -
autoInit
public void autoInit() -
sType
-
sType
public VkPhysicalDeviceDescriptorIndexingProperties sType(@EnumType(VkStructureType.class) int value) -
pNext
-
pNext
-
pNext
-
maxUpdateAfterBindDescriptorsInAllPools
-
maxUpdateAfterBindDescriptorsInAllPools
public VkPhysicalDeviceDescriptorIndexingProperties maxUpdateAfterBindDescriptorsInAllPools(@Unsigned int value) -
shaderUniformBufferArrayNonUniformIndexingNative
-
shaderUniformBufferArrayNonUniformIndexingNative
public VkPhysicalDeviceDescriptorIndexingProperties shaderUniformBufferArrayNonUniformIndexingNative(@NativeType("VkBool32") @Unsigned int value) -
shaderSampledImageArrayNonUniformIndexingNative
-
shaderSampledImageArrayNonUniformIndexingNative
public VkPhysicalDeviceDescriptorIndexingProperties shaderSampledImageArrayNonUniformIndexingNative(@NativeType("VkBool32") @Unsigned int value) -
shaderStorageBufferArrayNonUniformIndexingNative
-
shaderStorageBufferArrayNonUniformIndexingNative
public VkPhysicalDeviceDescriptorIndexingProperties shaderStorageBufferArrayNonUniformIndexingNative(@NativeType("VkBool32") @Unsigned int value) -
shaderStorageImageArrayNonUniformIndexingNative
-
shaderStorageImageArrayNonUniformIndexingNative
public VkPhysicalDeviceDescriptorIndexingProperties shaderStorageImageArrayNonUniformIndexingNative(@NativeType("VkBool32") @Unsigned int value) -
shaderInputAttachmentArrayNonUniformIndexingNative
-
shaderInputAttachmentArrayNonUniformIndexingNative
public VkPhysicalDeviceDescriptorIndexingProperties shaderInputAttachmentArrayNonUniformIndexingNative(@NativeType("VkBool32") @Unsigned int value) -
robustBufferAccessUpdateAfterBind
-
robustBufferAccessUpdateAfterBind
public VkPhysicalDeviceDescriptorIndexingProperties robustBufferAccessUpdateAfterBind(@NativeType("VkBool32") @Unsigned int value) -
quadDivergentImplicitLod
-
quadDivergentImplicitLod
public VkPhysicalDeviceDescriptorIndexingProperties quadDivergentImplicitLod(@NativeType("VkBool32") @Unsigned int value) -
maxPerStageDescriptorUpdateAfterBindSamplers
-
maxPerStageDescriptorUpdateAfterBindSamplers
public VkPhysicalDeviceDescriptorIndexingProperties maxPerStageDescriptorUpdateAfterBindSamplers(@Unsigned int value) -
maxPerStageDescriptorUpdateAfterBindUniformBuffers
-
maxPerStageDescriptorUpdateAfterBindUniformBuffers
public VkPhysicalDeviceDescriptorIndexingProperties maxPerStageDescriptorUpdateAfterBindUniformBuffers(@Unsigned int value) -
maxPerStageDescriptorUpdateAfterBindStorageBuffers
-
maxPerStageDescriptorUpdateAfterBindStorageBuffers
public VkPhysicalDeviceDescriptorIndexingProperties maxPerStageDescriptorUpdateAfterBindStorageBuffers(@Unsigned int value) -
maxPerStageDescriptorUpdateAfterBindSampledImages
-
maxPerStageDescriptorUpdateAfterBindSampledImages
public VkPhysicalDeviceDescriptorIndexingProperties maxPerStageDescriptorUpdateAfterBindSampledImages(@Unsigned int value) -
maxPerStageDescriptorUpdateAfterBindStorageImages
-
maxPerStageDescriptorUpdateAfterBindStorageImages
public VkPhysicalDeviceDescriptorIndexingProperties maxPerStageDescriptorUpdateAfterBindStorageImages(@Unsigned int value) -
maxPerStageDescriptorUpdateAfterBindInputAttachments
-
maxPerStageDescriptorUpdateAfterBindInputAttachments
public VkPhysicalDeviceDescriptorIndexingProperties maxPerStageDescriptorUpdateAfterBindInputAttachments(@Unsigned int value) -
maxPerStageUpdateAfterBindResources
-
maxPerStageUpdateAfterBindResources
public VkPhysicalDeviceDescriptorIndexingProperties maxPerStageUpdateAfterBindResources(@Unsigned int value) -
maxDescriptorSetUpdateAfterBindSamplers
-
maxDescriptorSetUpdateAfterBindSamplers
public VkPhysicalDeviceDescriptorIndexingProperties maxDescriptorSetUpdateAfterBindSamplers(@Unsigned int value) -
maxDescriptorSetUpdateAfterBindUniformBuffers
-
maxDescriptorSetUpdateAfterBindUniformBuffers
public VkPhysicalDeviceDescriptorIndexingProperties maxDescriptorSetUpdateAfterBindUniformBuffers(@Unsigned int value) -
maxDescriptorSetUpdateAfterBindUniformBuffersDynamic
-
maxDescriptorSetUpdateAfterBindUniformBuffersDynamic
public VkPhysicalDeviceDescriptorIndexingProperties maxDescriptorSetUpdateAfterBindUniformBuffersDynamic(@Unsigned int value) -
maxDescriptorSetUpdateAfterBindStorageBuffers
-
maxDescriptorSetUpdateAfterBindStorageBuffers
public VkPhysicalDeviceDescriptorIndexingProperties maxDescriptorSetUpdateAfterBindStorageBuffers(@Unsigned int value) -
maxDescriptorSetUpdateAfterBindStorageBuffersDynamic
-
maxDescriptorSetUpdateAfterBindStorageBuffersDynamic
public VkPhysicalDeviceDescriptorIndexingProperties maxDescriptorSetUpdateAfterBindStorageBuffersDynamic(@Unsigned int value) -
maxDescriptorSetUpdateAfterBindSampledImages
-
maxDescriptorSetUpdateAfterBindSampledImages
public VkPhysicalDeviceDescriptorIndexingProperties maxDescriptorSetUpdateAfterBindSampledImages(@Unsigned int value) -
maxDescriptorSetUpdateAfterBindStorageImages
-
maxDescriptorSetUpdateAfterBindStorageImages
public VkPhysicalDeviceDescriptorIndexingProperties maxDescriptorSetUpdateAfterBindStorageImages(@Unsigned int value) -
maxDescriptorSetUpdateAfterBindInputAttachments
-
maxDescriptorSetUpdateAfterBindInputAttachments
public VkPhysicalDeviceDescriptorIndexingProperties maxDescriptorSetUpdateAfterBindInputAttachments(@Unsigned int value) -
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object)
. -
segment
Returns the value of thesegment
record component.
-