Record Class VkPhysicalDeviceDescriptorBufferPropertiesEXT
- All Implemented Interfaces:
IPointer
,IVkPhysicalDeviceDescriptorBufferPropertiesEXT
Represents a pointer to a VkPhysicalDeviceDescriptorBufferPropertiesEXT
structure in native memory.
Structure
typedef struct VkPhysicalDeviceDescriptorBufferPropertiesEXT {
VkStructureType
sType
;
void* pNext
; // optional
VkBool32 combinedImageSamplerDescriptorSingleArray
;
VkBool32 bufferlessPushDescriptors
;
VkBool32 allowSamplerImageViewPostSubmitCreation
;
VkDeviceSize descriptorBufferOffsetAlignment
;
uint32_t maxDescriptorBufferBindings
;
uint32_t maxResourceDescriptorBufferBindings
;
uint32_t maxSamplerDescriptorBufferBindings
;
uint32_t maxEmbeddedImmutableSamplerBindings
;
uint32_t maxEmbeddedImmutableSamplers
;
size_t bufferCaptureReplayDescriptorDataSize
;
size_t imageCaptureReplayDescriptorDataSize
;
size_t imageViewCaptureReplayDescriptorDataSize
;
size_t samplerCaptureReplayDescriptorDataSize
;
size_t accelerationStructureCaptureReplayDescriptorDataSize
;
size_t samplerDescriptorSize
;
size_t combinedImageSamplerDescriptorSize
;
size_t sampledImageDescriptorSize
;
size_t storageImageDescriptorSize
;
size_t uniformTexelBufferDescriptorSize
;
size_t robustUniformTexelBufferDescriptorSize
;
size_t storageTexelBufferDescriptorSize
;
size_t robustStorageTexelBufferDescriptorSize
;
size_t uniformBufferDescriptorSize
;
size_t robustUniformBufferDescriptorSize
;
size_t storageBufferDescriptorSize
;
size_t robustStorageBufferDescriptorSize
;
size_t inputAttachmentDescriptorSize
;
size_t accelerationStructureDescriptorSize
;
VkDeviceSize maxSamplerDescriptorBufferRange
;
VkDeviceSize maxResourceDescriptorBufferRange
;
VkDeviceSize samplerDescriptorBufferAddressSpaceSize
;
VkDeviceSize resourceDescriptorBufferAddressSpaceSize
;
VkDeviceSize descriptorBufferAddressSpaceSize
;
} VkPhysicalDeviceDescriptorBufferPropertiesEXT;
Auto initialization
This structure has the following members that can be automatically initialized:
sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DESCRIPTOR_BUFFER_PROPERTIES_EXT
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 ofVkPhysicalDeviceDescriptorBufferPropertiesEXT
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.OfLong
static final ValueLayout.OfLong
static final ValueLayout.OfInt
static final ValueLayout.OfInt
static final ValueLayout.OfInt
static final ValueLayout.OfInt
static final ValueLayout.OfLong
static final ValueLayout.OfInt
static final ValueLayout.OfLong
static final AddressLayout
static final ValueLayout.OfLong
static final ValueLayout.OfLong
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 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 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
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
ConstructorsConstructorDescriptionVkPhysicalDeviceDescriptorBufferPropertiesEXT
(@NotNull MemorySegment segment) Creates an instance of aVkPhysicalDeviceDescriptorBufferPropertiesEXT
record class. -
Method Summary
Modifier and TypeMethodDescriptionlong
long
accelerationStructureDescriptorSize
(long value) int
allowSamplerImageViewPostSubmitCreation
(int value) void
autoInit()
long
bufferCaptureReplayDescriptorDataSize
(long value) int
bufferlessPushDescriptors
(int value) clone
(Arena arena, VkPhysicalDeviceDescriptorBufferPropertiesEXT src) int
combinedImageSamplerDescriptorSingleArray
(int value) long
combinedImageSamplerDescriptorSize
(long value) long
descriptorBufferAddressSpaceSize
(long value) long
descriptorBufferOffsetAlignment
(long value) final boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.long
imageCaptureReplayDescriptorDataSize
(long value) long
imageViewCaptureReplayDescriptorDataSize
(long value) long
inputAttachmentDescriptorSize
(long value) int
maxDescriptorBufferBindings
(int value) int
maxEmbeddedImmutableSamplerBindings
(int value) int
maxEmbeddedImmutableSamplers
(int value) int
maxResourceDescriptorBufferBindings
(int value) long
maxResourceDescriptorBufferRange
(long value) int
maxSamplerDescriptorBufferBindings
(int value) long
maxSamplerDescriptorBufferRange
(long value) pNext()
void
pNext
(MemorySegment value) long
resourceDescriptorBufferAddressSpaceSize
(long value) long
robustStorageBufferDescriptorSize
(long value) long
robustStorageTexelBufferDescriptorSize
(long value) long
robustUniformBufferDescriptorSize
(long value) long
robustUniformTexelBufferDescriptorSize
(long value) long
sampledImageDescriptorSize
(long value) long
samplerCaptureReplayDescriptorDataSize
(long value) long
samplerDescriptorBufferAddressSpaceSize
(long value) long
samplerDescriptorSize
(long value) @NotNull MemorySegment
segment()
Returns the value of thesegment
record component.long
storageBufferDescriptorSize
(long value) long
storageImageDescriptorSize
(long value) long
storageTexelBufferDescriptorSize
(long value) int
sType()
sType
(int value) final String
toString()
Returns a string representation of this record class.long
uniformBufferDescriptorSize
(long value) long
uniformTexelBufferDescriptorSize
(long value)
-
Field Details
-
LAYOUT
-
BYTES
public static final long BYTES -
PATH$sType
-
PATH$pNext
-
PATH$combinedImageSamplerDescriptorSingleArray
-
PATH$bufferlessPushDescriptors
-
PATH$allowSamplerImageViewPostSubmitCreation
-
PATH$descriptorBufferOffsetAlignment
-
PATH$maxDescriptorBufferBindings
-
PATH$maxResourceDescriptorBufferBindings
-
PATH$maxSamplerDescriptorBufferBindings
-
PATH$maxEmbeddedImmutableSamplerBindings
-
PATH$maxEmbeddedImmutableSamplers
-
PATH$bufferCaptureReplayDescriptorDataSize
-
PATH$imageCaptureReplayDescriptorDataSize
-
PATH$imageViewCaptureReplayDescriptorDataSize
-
PATH$samplerCaptureReplayDescriptorDataSize
-
PATH$accelerationStructureCaptureReplayDescriptorDataSize
public static final MemoryLayout.PathElement PATH$accelerationStructureCaptureReplayDescriptorDataSize -
PATH$samplerDescriptorSize
-
PATH$combinedImageSamplerDescriptorSize
-
PATH$sampledImageDescriptorSize
-
PATH$storageImageDescriptorSize
-
PATH$uniformTexelBufferDescriptorSize
-
PATH$robustUniformTexelBufferDescriptorSize
-
PATH$storageTexelBufferDescriptorSize
-
PATH$robustStorageTexelBufferDescriptorSize
-
PATH$uniformBufferDescriptorSize
-
PATH$robustUniformBufferDescriptorSize
-
PATH$storageBufferDescriptorSize
-
PATH$robustStorageBufferDescriptorSize
-
PATH$inputAttachmentDescriptorSize
-
PATH$accelerationStructureDescriptorSize
-
PATH$maxSamplerDescriptorBufferRange
-
PATH$maxResourceDescriptorBufferRange
-
PATH$samplerDescriptorBufferAddressSpaceSize
-
PATH$resourceDescriptorBufferAddressSpaceSize
-
PATH$descriptorBufferAddressSpaceSize
-
LAYOUT$sType
-
LAYOUT$pNext
-
LAYOUT$combinedImageSamplerDescriptorSingleArray
-
LAYOUT$bufferlessPushDescriptors
-
LAYOUT$allowSamplerImageViewPostSubmitCreation
-
LAYOUT$descriptorBufferOffsetAlignment
-
LAYOUT$maxDescriptorBufferBindings
-
LAYOUT$maxResourceDescriptorBufferBindings
-
LAYOUT$maxSamplerDescriptorBufferBindings
-
LAYOUT$maxEmbeddedImmutableSamplerBindings
-
LAYOUT$maxEmbeddedImmutableSamplers
-
LAYOUT$maxSamplerDescriptorBufferRange
-
LAYOUT$maxResourceDescriptorBufferRange
-
LAYOUT$samplerDescriptorBufferAddressSpaceSize
-
LAYOUT$resourceDescriptorBufferAddressSpaceSize
-
LAYOUT$descriptorBufferAddressSpaceSize
-
SIZE$sType
public static final long SIZE$sType -
SIZE$pNext
public static final long SIZE$pNext -
SIZE$combinedImageSamplerDescriptorSingleArray
public static final long SIZE$combinedImageSamplerDescriptorSingleArray -
SIZE$bufferlessPushDescriptors
public static final long SIZE$bufferlessPushDescriptors -
SIZE$allowSamplerImageViewPostSubmitCreation
public static final long SIZE$allowSamplerImageViewPostSubmitCreation -
SIZE$descriptorBufferOffsetAlignment
public static final long SIZE$descriptorBufferOffsetAlignment -
SIZE$maxDescriptorBufferBindings
public static final long SIZE$maxDescriptorBufferBindings -
SIZE$maxResourceDescriptorBufferBindings
public static final long SIZE$maxResourceDescriptorBufferBindings -
SIZE$maxSamplerDescriptorBufferBindings
public static final long SIZE$maxSamplerDescriptorBufferBindings -
SIZE$maxEmbeddedImmutableSamplerBindings
public static final long SIZE$maxEmbeddedImmutableSamplerBindings -
SIZE$maxEmbeddedImmutableSamplers
public static final long SIZE$maxEmbeddedImmutableSamplers -
SIZE$bufferCaptureReplayDescriptorDataSize
public static final long SIZE$bufferCaptureReplayDescriptorDataSize -
SIZE$imageCaptureReplayDescriptorDataSize
public static final long SIZE$imageCaptureReplayDescriptorDataSize -
SIZE$imageViewCaptureReplayDescriptorDataSize
public static final long SIZE$imageViewCaptureReplayDescriptorDataSize -
SIZE$samplerCaptureReplayDescriptorDataSize
public static final long SIZE$samplerCaptureReplayDescriptorDataSize -
SIZE$accelerationStructureCaptureReplayDescriptorDataSize
public static final long SIZE$accelerationStructureCaptureReplayDescriptorDataSize -
SIZE$samplerDescriptorSize
public static final long SIZE$samplerDescriptorSize -
SIZE$combinedImageSamplerDescriptorSize
public static final long SIZE$combinedImageSamplerDescriptorSize -
SIZE$sampledImageDescriptorSize
public static final long SIZE$sampledImageDescriptorSize -
SIZE$storageImageDescriptorSize
public static final long SIZE$storageImageDescriptorSize -
SIZE$uniformTexelBufferDescriptorSize
public static final long SIZE$uniformTexelBufferDescriptorSize -
SIZE$robustUniformTexelBufferDescriptorSize
public static final long SIZE$robustUniformTexelBufferDescriptorSize -
SIZE$storageTexelBufferDescriptorSize
public static final long SIZE$storageTexelBufferDescriptorSize -
SIZE$robustStorageTexelBufferDescriptorSize
public static final long SIZE$robustStorageTexelBufferDescriptorSize -
SIZE$uniformBufferDescriptorSize
public static final long SIZE$uniformBufferDescriptorSize -
SIZE$robustUniformBufferDescriptorSize
public static final long SIZE$robustUniformBufferDescriptorSize -
SIZE$storageBufferDescriptorSize
public static final long SIZE$storageBufferDescriptorSize -
SIZE$robustStorageBufferDescriptorSize
public static final long SIZE$robustStorageBufferDescriptorSize -
SIZE$inputAttachmentDescriptorSize
public static final long SIZE$inputAttachmentDescriptorSize -
SIZE$accelerationStructureDescriptorSize
public static final long SIZE$accelerationStructureDescriptorSize -
SIZE$maxSamplerDescriptorBufferRange
public static final long SIZE$maxSamplerDescriptorBufferRange -
SIZE$maxResourceDescriptorBufferRange
public static final long SIZE$maxResourceDescriptorBufferRange -
SIZE$samplerDescriptorBufferAddressSpaceSize
public static final long SIZE$samplerDescriptorBufferAddressSpaceSize -
SIZE$resourceDescriptorBufferAddressSpaceSize
public static final long SIZE$resourceDescriptorBufferAddressSpaceSize -
SIZE$descriptorBufferAddressSpaceSize
public static final long SIZE$descriptorBufferAddressSpaceSize -
OFFSET$sType
public static final long OFFSET$sType -
OFFSET$pNext
public static final long OFFSET$pNext -
OFFSET$combinedImageSamplerDescriptorSingleArray
public static final long OFFSET$combinedImageSamplerDescriptorSingleArray -
OFFSET$bufferlessPushDescriptors
public static final long OFFSET$bufferlessPushDescriptors -
OFFSET$allowSamplerImageViewPostSubmitCreation
public static final long OFFSET$allowSamplerImageViewPostSubmitCreation -
OFFSET$descriptorBufferOffsetAlignment
public static final long OFFSET$descriptorBufferOffsetAlignment -
OFFSET$maxDescriptorBufferBindings
public static final long OFFSET$maxDescriptorBufferBindings -
OFFSET$maxResourceDescriptorBufferBindings
public static final long OFFSET$maxResourceDescriptorBufferBindings -
OFFSET$maxSamplerDescriptorBufferBindings
public static final long OFFSET$maxSamplerDescriptorBufferBindings -
OFFSET$maxEmbeddedImmutableSamplerBindings
public static final long OFFSET$maxEmbeddedImmutableSamplerBindings -
OFFSET$maxEmbeddedImmutableSamplers
public static final long OFFSET$maxEmbeddedImmutableSamplers -
OFFSET$bufferCaptureReplayDescriptorDataSize
public static final long OFFSET$bufferCaptureReplayDescriptorDataSize -
OFFSET$imageCaptureReplayDescriptorDataSize
public static final long OFFSET$imageCaptureReplayDescriptorDataSize -
OFFSET$imageViewCaptureReplayDescriptorDataSize
public static final long OFFSET$imageViewCaptureReplayDescriptorDataSize -
OFFSET$samplerCaptureReplayDescriptorDataSize
public static final long OFFSET$samplerCaptureReplayDescriptorDataSize -
OFFSET$accelerationStructureCaptureReplayDescriptorDataSize
public static final long OFFSET$accelerationStructureCaptureReplayDescriptorDataSize -
OFFSET$samplerDescriptorSize
public static final long OFFSET$samplerDescriptorSize -
OFFSET$combinedImageSamplerDescriptorSize
public static final long OFFSET$combinedImageSamplerDescriptorSize -
OFFSET$sampledImageDescriptorSize
public static final long OFFSET$sampledImageDescriptorSize -
OFFSET$storageImageDescriptorSize
public static final long OFFSET$storageImageDescriptorSize -
OFFSET$uniformTexelBufferDescriptorSize
public static final long OFFSET$uniformTexelBufferDescriptorSize -
OFFSET$robustUniformTexelBufferDescriptorSize
public static final long OFFSET$robustUniformTexelBufferDescriptorSize -
OFFSET$storageTexelBufferDescriptorSize
public static final long OFFSET$storageTexelBufferDescriptorSize -
OFFSET$robustStorageTexelBufferDescriptorSize
public static final long OFFSET$robustStorageTexelBufferDescriptorSize -
OFFSET$uniformBufferDescriptorSize
public static final long OFFSET$uniformBufferDescriptorSize -
OFFSET$robustUniformBufferDescriptorSize
public static final long OFFSET$robustUniformBufferDescriptorSize -
OFFSET$storageBufferDescriptorSize
public static final long OFFSET$storageBufferDescriptorSize -
OFFSET$robustStorageBufferDescriptorSize
public static final long OFFSET$robustStorageBufferDescriptorSize -
OFFSET$inputAttachmentDescriptorSize
public static final long OFFSET$inputAttachmentDescriptorSize -
OFFSET$accelerationStructureDescriptorSize
public static final long OFFSET$accelerationStructureDescriptorSize -
OFFSET$maxSamplerDescriptorBufferRange
public static final long OFFSET$maxSamplerDescriptorBufferRange -
OFFSET$maxResourceDescriptorBufferRange
public static final long OFFSET$maxResourceDescriptorBufferRange -
OFFSET$samplerDescriptorBufferAddressSpaceSize
public static final long OFFSET$samplerDescriptorBufferAddressSpaceSize -
OFFSET$resourceDescriptorBufferAddressSpaceSize
public static final long OFFSET$resourceDescriptorBufferAddressSpaceSize -
OFFSET$descriptorBufferAddressSpaceSize
public static final long OFFSET$descriptorBufferAddressSpaceSize
-
-
Constructor Details
-
VkPhysicalDeviceDescriptorBufferPropertiesEXT
Creates an instance of aVkPhysicalDeviceDescriptorBufferPropertiesEXT
record class.- Parameters:
segment
- the value for thesegment
record component
-
-
Method Details
-
allocate
-
allocate
-
clone
public static VkPhysicalDeviceDescriptorBufferPropertiesEXT clone(Arena arena, VkPhysicalDeviceDescriptorBufferPropertiesEXT src) -
autoInit
public void autoInit() -
sType
-
sType
public VkPhysicalDeviceDescriptorBufferPropertiesEXT sType(@EnumType(VkStructureType.class) int value) -
pNext
-
pNext
-
pNext
-
combinedImageSamplerDescriptorSingleArray
-
combinedImageSamplerDescriptorSingleArray
public VkPhysicalDeviceDescriptorBufferPropertiesEXT combinedImageSamplerDescriptorSingleArray(@NativeType("VkBool32") @Unsigned int value) -
bufferlessPushDescriptors
-
bufferlessPushDescriptors
public VkPhysicalDeviceDescriptorBufferPropertiesEXT bufferlessPushDescriptors(@NativeType("VkBool32") @Unsigned int value) -
allowSamplerImageViewPostSubmitCreation
-
allowSamplerImageViewPostSubmitCreation
public VkPhysicalDeviceDescriptorBufferPropertiesEXT allowSamplerImageViewPostSubmitCreation(@NativeType("VkBool32") @Unsigned int value) -
descriptorBufferOffsetAlignment
-
descriptorBufferOffsetAlignment
public VkPhysicalDeviceDescriptorBufferPropertiesEXT descriptorBufferOffsetAlignment(@NativeType("VkDeviceSize") @Unsigned long value) -
maxDescriptorBufferBindings
-
maxDescriptorBufferBindings
public VkPhysicalDeviceDescriptorBufferPropertiesEXT maxDescriptorBufferBindings(@Unsigned int value) -
maxResourceDescriptorBufferBindings
-
maxResourceDescriptorBufferBindings
public VkPhysicalDeviceDescriptorBufferPropertiesEXT maxResourceDescriptorBufferBindings(@Unsigned int value) -
maxSamplerDescriptorBufferBindings
-
maxSamplerDescriptorBufferBindings
public VkPhysicalDeviceDescriptorBufferPropertiesEXT maxSamplerDescriptorBufferBindings(@Unsigned int value) -
maxEmbeddedImmutableSamplerBindings
-
maxEmbeddedImmutableSamplerBindings
public VkPhysicalDeviceDescriptorBufferPropertiesEXT maxEmbeddedImmutableSamplerBindings(@Unsigned int value) -
maxEmbeddedImmutableSamplers
-
maxEmbeddedImmutableSamplers
public VkPhysicalDeviceDescriptorBufferPropertiesEXT maxEmbeddedImmutableSamplers(@Unsigned int value) -
bufferCaptureReplayDescriptorDataSize
-
bufferCaptureReplayDescriptorDataSize
public VkPhysicalDeviceDescriptorBufferPropertiesEXT bufferCaptureReplayDescriptorDataSize(@Unsigned long value) -
imageCaptureReplayDescriptorDataSize
-
imageCaptureReplayDescriptorDataSize
public VkPhysicalDeviceDescriptorBufferPropertiesEXT imageCaptureReplayDescriptorDataSize(@Unsigned long value) -
imageViewCaptureReplayDescriptorDataSize
-
imageViewCaptureReplayDescriptorDataSize
public VkPhysicalDeviceDescriptorBufferPropertiesEXT imageViewCaptureReplayDescriptorDataSize(@Unsigned long value) -
samplerCaptureReplayDescriptorDataSize
-
samplerCaptureReplayDescriptorDataSize
public VkPhysicalDeviceDescriptorBufferPropertiesEXT samplerCaptureReplayDescriptorDataSize(@Unsigned long value) -
accelerationStructureCaptureReplayDescriptorDataSize
-
accelerationStructureCaptureReplayDescriptorDataSize
public VkPhysicalDeviceDescriptorBufferPropertiesEXT accelerationStructureCaptureReplayDescriptorDataSize(@Unsigned long value) -
samplerDescriptorSize
-
samplerDescriptorSize
-
combinedImageSamplerDescriptorSize
-
combinedImageSamplerDescriptorSize
public VkPhysicalDeviceDescriptorBufferPropertiesEXT combinedImageSamplerDescriptorSize(@Unsigned long value) -
sampledImageDescriptorSize
-
sampledImageDescriptorSize
public VkPhysicalDeviceDescriptorBufferPropertiesEXT sampledImageDescriptorSize(@Unsigned long value) -
storageImageDescriptorSize
-
storageImageDescriptorSize
public VkPhysicalDeviceDescriptorBufferPropertiesEXT storageImageDescriptorSize(@Unsigned long value) -
uniformTexelBufferDescriptorSize
-
uniformTexelBufferDescriptorSize
public VkPhysicalDeviceDescriptorBufferPropertiesEXT uniformTexelBufferDescriptorSize(@Unsigned long value) -
robustUniformTexelBufferDescriptorSize
-
robustUniformTexelBufferDescriptorSize
public VkPhysicalDeviceDescriptorBufferPropertiesEXT robustUniformTexelBufferDescriptorSize(@Unsigned long value) -
storageTexelBufferDescriptorSize
-
storageTexelBufferDescriptorSize
public VkPhysicalDeviceDescriptorBufferPropertiesEXT storageTexelBufferDescriptorSize(@Unsigned long value) -
robustStorageTexelBufferDescriptorSize
-
robustStorageTexelBufferDescriptorSize
public VkPhysicalDeviceDescriptorBufferPropertiesEXT robustStorageTexelBufferDescriptorSize(@Unsigned long value) -
uniformBufferDescriptorSize
-
uniformBufferDescriptorSize
public VkPhysicalDeviceDescriptorBufferPropertiesEXT uniformBufferDescriptorSize(@Unsigned long value) -
robustUniformBufferDescriptorSize
-
robustUniformBufferDescriptorSize
public VkPhysicalDeviceDescriptorBufferPropertiesEXT robustUniformBufferDescriptorSize(@Unsigned long value) -
storageBufferDescriptorSize
-
storageBufferDescriptorSize
public VkPhysicalDeviceDescriptorBufferPropertiesEXT storageBufferDescriptorSize(@Unsigned long value) -
robustStorageBufferDescriptorSize
-
robustStorageBufferDescriptorSize
public VkPhysicalDeviceDescriptorBufferPropertiesEXT robustStorageBufferDescriptorSize(@Unsigned long value) -
inputAttachmentDescriptorSize
-
inputAttachmentDescriptorSize
public VkPhysicalDeviceDescriptorBufferPropertiesEXT inputAttachmentDescriptorSize(@Unsigned long value) -
accelerationStructureDescriptorSize
-
accelerationStructureDescriptorSize
public VkPhysicalDeviceDescriptorBufferPropertiesEXT accelerationStructureDescriptorSize(@Unsigned long value) -
maxSamplerDescriptorBufferRange
-
maxSamplerDescriptorBufferRange
public VkPhysicalDeviceDescriptorBufferPropertiesEXT maxSamplerDescriptorBufferRange(@NativeType("VkDeviceSize") @Unsigned long value) -
maxResourceDescriptorBufferRange
-
maxResourceDescriptorBufferRange
public VkPhysicalDeviceDescriptorBufferPropertiesEXT maxResourceDescriptorBufferRange(@NativeType("VkDeviceSize") @Unsigned long value) -
samplerDescriptorBufferAddressSpaceSize
-
samplerDescriptorBufferAddressSpaceSize
public VkPhysicalDeviceDescriptorBufferPropertiesEXT samplerDescriptorBufferAddressSpaceSize(@NativeType("VkDeviceSize") @Unsigned long value) -
resourceDescriptorBufferAddressSpaceSize
-
resourceDescriptorBufferAddressSpaceSize
public VkPhysicalDeviceDescriptorBufferPropertiesEXT resourceDescriptorBufferAddressSpaceSize(@NativeType("VkDeviceSize") @Unsigned long value) -
descriptorBufferAddressSpaceSize
-
descriptorBufferAddressSpaceSize
public VkPhysicalDeviceDescriptorBufferPropertiesEXT descriptorBufferAddressSpaceSize(@NativeType("VkDeviceSize") @Unsigned long 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.
-