Record Class VkPhysicalDeviceMaintenance7PropertiesKHR
- All Implemented Interfaces:
IPointer
,IVkPhysicalDeviceMaintenance7PropertiesKHR
Represents a pointer to a VkPhysicalDeviceMaintenance7PropertiesKHR
structure in native memory.
Structure
typedef struct VkPhysicalDeviceMaintenance7PropertiesKHR {
VkStructureType
sType
;
void* pNext
; // optional
VkBool32 robustFragmentShadingRateAttachmentAccess
;
VkBool32 separateDepthStencilAttachmentAccess
;
uint32_t maxDescriptorSetTotalUniformBuffersDynamic
;
uint32_t maxDescriptorSetTotalStorageBuffersDynamic
;
uint32_t maxDescriptorSetTotalBuffersDynamic
;
uint32_t maxDescriptorSetUpdateAfterBindTotalUniformBuffersDynamic
;
uint32_t maxDescriptorSetUpdateAfterBindTotalStorageBuffersDynamic
;
uint32_t maxDescriptorSetUpdateAfterBindTotalBuffersDynamic
;
} VkPhysicalDeviceMaintenance7PropertiesKHR;
Auto initialization
This structure has the following members that can be automatically initialized:
sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_7_PROPERTIES_KHR
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 ofVkPhysicalDeviceMaintenance7PropertiesKHR
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 AddressLayout
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 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
-
Constructor Summary
ConstructorsConstructorDescriptionVkPhysicalDeviceMaintenance7PropertiesKHR
(@NotNull MemorySegment segment) Creates an instance of aVkPhysicalDeviceMaintenance7PropertiesKHR
record class. -
Method Summary
Modifier and TypeMethodDescriptionvoid
autoInit()
clone
(Arena arena, VkPhysicalDeviceMaintenance7PropertiesKHR 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
maxDescriptorSetTotalBuffersDynamic
(int value) int
maxDescriptorSetTotalStorageBuffersDynamic
(int value) int
maxDescriptorSetTotalUniformBuffersDynamic
(int value) int
int
int
pNext()
void
pNext
(MemorySegment value) int
robustFragmentShadingRateAttachmentAccess
(int value) @NotNull MemorySegment
segment()
Returns the value of thesegment
record component.int
separateDepthStencilAttachmentAccess
(int value) 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$robustFragmentShadingRateAttachmentAccess
-
PATH$separateDepthStencilAttachmentAccess
-
PATH$maxDescriptorSetTotalUniformBuffersDynamic
-
PATH$maxDescriptorSetTotalStorageBuffersDynamic
-
PATH$maxDescriptorSetTotalBuffersDynamic
-
PATH$maxDescriptorSetUpdateAfterBindTotalUniformBuffersDynamic
public static final MemoryLayout.PathElement PATH$maxDescriptorSetUpdateAfterBindTotalUniformBuffersDynamic -
PATH$maxDescriptorSetUpdateAfterBindTotalStorageBuffersDynamic
public static final MemoryLayout.PathElement PATH$maxDescriptorSetUpdateAfterBindTotalStorageBuffersDynamic -
PATH$maxDescriptorSetUpdateAfterBindTotalBuffersDynamic
public static final MemoryLayout.PathElement PATH$maxDescriptorSetUpdateAfterBindTotalBuffersDynamic -
LAYOUT$sType
-
LAYOUT$pNext
-
LAYOUT$robustFragmentShadingRateAttachmentAccess
-
LAYOUT$separateDepthStencilAttachmentAccess
-
LAYOUT$maxDescriptorSetTotalUniformBuffersDynamic
-
LAYOUT$maxDescriptorSetTotalStorageBuffersDynamic
-
LAYOUT$maxDescriptorSetTotalBuffersDynamic
-
LAYOUT$maxDescriptorSetUpdateAfterBindTotalUniformBuffersDynamic
public static final ValueLayout.OfInt LAYOUT$maxDescriptorSetUpdateAfterBindTotalUniformBuffersDynamic -
LAYOUT$maxDescriptorSetUpdateAfterBindTotalStorageBuffersDynamic
public static final ValueLayout.OfInt LAYOUT$maxDescriptorSetUpdateAfterBindTotalStorageBuffersDynamic -
LAYOUT$maxDescriptorSetUpdateAfterBindTotalBuffersDynamic
-
SIZE$sType
public static final long SIZE$sType -
SIZE$pNext
public static final long SIZE$pNext -
SIZE$robustFragmentShadingRateAttachmentAccess
public static final long SIZE$robustFragmentShadingRateAttachmentAccess -
SIZE$separateDepthStencilAttachmentAccess
public static final long SIZE$separateDepthStencilAttachmentAccess -
SIZE$maxDescriptorSetTotalUniformBuffersDynamic
public static final long SIZE$maxDescriptorSetTotalUniformBuffersDynamic -
SIZE$maxDescriptorSetTotalStorageBuffersDynamic
public static final long SIZE$maxDescriptorSetTotalStorageBuffersDynamic -
SIZE$maxDescriptorSetTotalBuffersDynamic
public static final long SIZE$maxDescriptorSetTotalBuffersDynamic -
SIZE$maxDescriptorSetUpdateAfterBindTotalUniformBuffersDynamic
public static final long SIZE$maxDescriptorSetUpdateAfterBindTotalUniformBuffersDynamic -
SIZE$maxDescriptorSetUpdateAfterBindTotalStorageBuffersDynamic
public static final long SIZE$maxDescriptorSetUpdateAfterBindTotalStorageBuffersDynamic -
SIZE$maxDescriptorSetUpdateAfterBindTotalBuffersDynamic
public static final long SIZE$maxDescriptorSetUpdateAfterBindTotalBuffersDynamic -
OFFSET$sType
public static final long OFFSET$sType -
OFFSET$pNext
public static final long OFFSET$pNext -
OFFSET$robustFragmentShadingRateAttachmentAccess
public static final long OFFSET$robustFragmentShadingRateAttachmentAccess -
OFFSET$separateDepthStencilAttachmentAccess
public static final long OFFSET$separateDepthStencilAttachmentAccess -
OFFSET$maxDescriptorSetTotalUniformBuffersDynamic
public static final long OFFSET$maxDescriptorSetTotalUniformBuffersDynamic -
OFFSET$maxDescriptorSetTotalStorageBuffersDynamic
public static final long OFFSET$maxDescriptorSetTotalStorageBuffersDynamic -
OFFSET$maxDescriptorSetTotalBuffersDynamic
public static final long OFFSET$maxDescriptorSetTotalBuffersDynamic -
OFFSET$maxDescriptorSetUpdateAfterBindTotalUniformBuffersDynamic
public static final long OFFSET$maxDescriptorSetUpdateAfterBindTotalUniformBuffersDynamic -
OFFSET$maxDescriptorSetUpdateAfterBindTotalStorageBuffersDynamic
public static final long OFFSET$maxDescriptorSetUpdateAfterBindTotalStorageBuffersDynamic -
OFFSET$maxDescriptorSetUpdateAfterBindTotalBuffersDynamic
public static final long OFFSET$maxDescriptorSetUpdateAfterBindTotalBuffersDynamic
-
-
Constructor Details
-
VkPhysicalDeviceMaintenance7PropertiesKHR
Creates an instance of aVkPhysicalDeviceMaintenance7PropertiesKHR
record class.- Parameters:
segment
- the value for thesegment
record component
-
-
Method Details
-
allocate
-
allocate
-
clone
public static VkPhysicalDeviceMaintenance7PropertiesKHR clone(Arena arena, VkPhysicalDeviceMaintenance7PropertiesKHR src) -
autoInit
public void autoInit() -
sType
-
sType
-
pNext
-
pNext
-
pNext
-
robustFragmentShadingRateAttachmentAccess
-
robustFragmentShadingRateAttachmentAccess
public VkPhysicalDeviceMaintenance7PropertiesKHR robustFragmentShadingRateAttachmentAccess(@NativeType("VkBool32") @Unsigned int value) -
separateDepthStencilAttachmentAccess
-
separateDepthStencilAttachmentAccess
public VkPhysicalDeviceMaintenance7PropertiesKHR separateDepthStencilAttachmentAccess(@NativeType("VkBool32") @Unsigned int value) -
maxDescriptorSetTotalUniformBuffersDynamic
-
maxDescriptorSetTotalUniformBuffersDynamic
public VkPhysicalDeviceMaintenance7PropertiesKHR maxDescriptorSetTotalUniformBuffersDynamic(@Unsigned int value) -
maxDescriptorSetTotalStorageBuffersDynamic
-
maxDescriptorSetTotalStorageBuffersDynamic
public VkPhysicalDeviceMaintenance7PropertiesKHR maxDescriptorSetTotalStorageBuffersDynamic(@Unsigned int value) -
maxDescriptorSetTotalBuffersDynamic
-
maxDescriptorSetTotalBuffersDynamic
public VkPhysicalDeviceMaintenance7PropertiesKHR maxDescriptorSetTotalBuffersDynamic(@Unsigned int value) -
maxDescriptorSetUpdateAfterBindTotalUniformBuffersDynamic
-
maxDescriptorSetUpdateAfterBindTotalUniformBuffersDynamic
public VkPhysicalDeviceMaintenance7PropertiesKHR maxDescriptorSetUpdateAfterBindTotalUniformBuffersDynamic(@Unsigned int value) -
maxDescriptorSetUpdateAfterBindTotalStorageBuffersDynamic
-
maxDescriptorSetUpdateAfterBindTotalStorageBuffersDynamic
public VkPhysicalDeviceMaintenance7PropertiesKHR maxDescriptorSetUpdateAfterBindTotalStorageBuffersDynamic(@Unsigned int value) -
maxDescriptorSetUpdateAfterBindTotalBuffersDynamic
-
maxDescriptorSetUpdateAfterBindTotalBuffersDynamic
public VkPhysicalDeviceMaintenance7PropertiesKHR maxDescriptorSetUpdateAfterBindTotalBuffersDynamic(@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.
-