Record Class VkPhysicalDeviceVulkan13Features
- All Implemented Interfaces:
IPointer,IVkPhysicalDeviceVulkan13Features
Represents a pointer to a VkPhysicalDeviceVulkan13Features structure in native memory.
Structure
typedef struct VkPhysicalDeviceVulkan13Features {
VkStructureType sType;
void* pNext; // optional
VkBool32 robustImageAccess;
VkBool32 inlineUniformBlock;
VkBool32 descriptorBindingInlineUniformBlockUpdateAfterBind;
VkBool32 pipelineCreationCacheControl;
VkBool32 privateData;
VkBool32 shaderDemoteToHelperInvocation;
VkBool32 shaderTerminateInvocation;
VkBool32 subgroupSizeControl;
VkBool32 computeFullSubgroups;
VkBool32 synchronization2;
VkBool32 textureCompressionASTC_HDR;
VkBool32 shaderZeroInitializeWorkgroupMemory;
VkBool32 dynamicRendering;
VkBool32 shaderIntegerDotProduct;
VkBool32 maintenance4;
} VkPhysicalDeviceVulkan13Features;
Auto initialization
This structure has the following members that can be automatically initialized:
sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_1_3_FEATURES
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 recordRepresents a pointer to / an array ofVkPhysicalDeviceVulkan13Featuresstructure(s) in native memory. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final longstatic final StructLayoutstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final AddressLayoutstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final long -
Constructor Summary
ConstructorsConstructorDescriptionVkPhysicalDeviceVulkan13Features(@NotNull MemorySegment segment) Creates an instance of aVkPhysicalDeviceVulkan13Featuresrecord class. -
Method Summary
Modifier and TypeMethodDescriptionvoidautoInit()clone(Arena arena, VkPhysicalDeviceVulkan13Features src) intcomputeFullSubgroups(int value) intintdynamicRendering(int value) final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.intinlineUniformBlock(int value) intmaintenance4(int value) intpipelineCreationCacheControl(int value) @NotNull MemorySegmentpNext()pNext(@NotNull MemorySegment value) intprivateData(int value) introbustImageAccess(int value) @NotNull MemorySegmentsegment()Returns the value of thesegmentrecord component.intshaderDemoteToHelperInvocation(int value) intshaderIntegerDotProduct(int value) intshaderTerminateInvocation(int value) intshaderZeroInitializeWorkgroupMemory(int value) intsType()sType(int value) intsubgroupSizeControl(int value) intsynchronization2(int value) inttextureCompressionASTC_HDR(int value) final StringtoString()Returns a string representation of this record class.
-
Field Details
-
LAYOUT
-
BYTES
public static final long BYTES -
PATH$sType
-
PATH$pNext
-
PATH$robustImageAccess
-
PATH$inlineUniformBlock
-
PATH$descriptorBindingInlineUniformBlockUpdateAfterBind
public static final MemoryLayout.PathElement PATH$descriptorBindingInlineUniformBlockUpdateAfterBind -
PATH$pipelineCreationCacheControl
-
PATH$privateData
-
PATH$shaderDemoteToHelperInvocation
-
PATH$shaderTerminateInvocation
-
PATH$subgroupSizeControl
-
PATH$computeFullSubgroups
-
PATH$synchronization2
-
PATH$textureCompressionASTC_HDR
-
PATH$shaderZeroInitializeWorkgroupMemory
-
PATH$dynamicRendering
-
PATH$shaderIntegerDotProduct
-
PATH$maintenance4
-
LAYOUT$sType
-
LAYOUT$pNext
-
LAYOUT$robustImageAccess
-
LAYOUT$inlineUniformBlock
-
LAYOUT$descriptorBindingInlineUniformBlockUpdateAfterBind
-
LAYOUT$pipelineCreationCacheControl
-
LAYOUT$privateData
-
LAYOUT$shaderDemoteToHelperInvocation
-
LAYOUT$shaderTerminateInvocation
-
LAYOUT$subgroupSizeControl
-
LAYOUT$computeFullSubgroups
-
LAYOUT$synchronization2
-
LAYOUT$textureCompressionASTC_HDR
-
LAYOUT$shaderZeroInitializeWorkgroupMemory
-
LAYOUT$dynamicRendering
-
LAYOUT$shaderIntegerDotProduct
-
LAYOUT$maintenance4
-
SIZE$sType
public static final long SIZE$sType -
SIZE$pNext
public static final long SIZE$pNext -
SIZE$robustImageAccess
public static final long SIZE$robustImageAccess -
SIZE$inlineUniformBlock
public static final long SIZE$inlineUniformBlock -
SIZE$descriptorBindingInlineUniformBlockUpdateAfterBind
public static final long SIZE$descriptorBindingInlineUniformBlockUpdateAfterBind -
SIZE$pipelineCreationCacheControl
public static final long SIZE$pipelineCreationCacheControl -
SIZE$privateData
public static final long SIZE$privateData -
SIZE$shaderDemoteToHelperInvocation
public static final long SIZE$shaderDemoteToHelperInvocation -
SIZE$shaderTerminateInvocation
public static final long SIZE$shaderTerminateInvocation -
SIZE$subgroupSizeControl
public static final long SIZE$subgroupSizeControl -
SIZE$computeFullSubgroups
public static final long SIZE$computeFullSubgroups -
SIZE$synchronization2
public static final long SIZE$synchronization2 -
SIZE$textureCompressionASTC_HDR
public static final long SIZE$textureCompressionASTC_HDR -
SIZE$shaderZeroInitializeWorkgroupMemory
public static final long SIZE$shaderZeroInitializeWorkgroupMemory -
SIZE$dynamicRendering
public static final long SIZE$dynamicRendering -
SIZE$shaderIntegerDotProduct
public static final long SIZE$shaderIntegerDotProduct -
SIZE$maintenance4
public static final long SIZE$maintenance4 -
OFFSET$sType
public static final long OFFSET$sType -
OFFSET$pNext
public static final long OFFSET$pNext -
OFFSET$robustImageAccess
public static final long OFFSET$robustImageAccess -
OFFSET$inlineUniformBlock
public static final long OFFSET$inlineUniformBlock -
OFFSET$descriptorBindingInlineUniformBlockUpdateAfterBind
public static final long OFFSET$descriptorBindingInlineUniformBlockUpdateAfterBind -
OFFSET$pipelineCreationCacheControl
public static final long OFFSET$pipelineCreationCacheControl -
OFFSET$privateData
public static final long OFFSET$privateData -
OFFSET$shaderDemoteToHelperInvocation
public static final long OFFSET$shaderDemoteToHelperInvocation -
OFFSET$shaderTerminateInvocation
public static final long OFFSET$shaderTerminateInvocation -
OFFSET$subgroupSizeControl
public static final long OFFSET$subgroupSizeControl -
OFFSET$computeFullSubgroups
public static final long OFFSET$computeFullSubgroups -
OFFSET$synchronization2
public static final long OFFSET$synchronization2 -
OFFSET$textureCompressionASTC_HDR
public static final long OFFSET$textureCompressionASTC_HDR -
OFFSET$shaderZeroInitializeWorkgroupMemory
public static final long OFFSET$shaderZeroInitializeWorkgroupMemory -
OFFSET$dynamicRendering
public static final long OFFSET$dynamicRendering -
OFFSET$shaderIntegerDotProduct
public static final long OFFSET$shaderIntegerDotProduct -
OFFSET$maintenance4
public static final long OFFSET$maintenance4
-
-
Constructor Details
-
VkPhysicalDeviceVulkan13Features
Creates an instance of aVkPhysicalDeviceVulkan13Featuresrecord class.- Parameters:
segment- the value for thesegmentrecord component
-
-
Method Details
-
allocate
-
allocate
-
clone
public static VkPhysicalDeviceVulkan13Features clone(Arena arena, VkPhysicalDeviceVulkan13Features src) -
autoInit
public void autoInit() -
sType
-
sType
-
pNext
-
pNext
public VkPhysicalDeviceVulkan13Features pNext(@Pointer(comment="void*") @NotNull @NotNull MemorySegment value) -
pNext
-
robustImageAccess
-
robustImageAccess
public VkPhysicalDeviceVulkan13Features robustImageAccess(@NativeType("VkBool32") @Unsigned int value) -
inlineUniformBlock
-
inlineUniformBlock
public VkPhysicalDeviceVulkan13Features inlineUniformBlock(@NativeType("VkBool32") @Unsigned int value) -
descriptorBindingInlineUniformBlockUpdateAfterBind
-
descriptorBindingInlineUniformBlockUpdateAfterBind
public VkPhysicalDeviceVulkan13Features descriptorBindingInlineUniformBlockUpdateAfterBind(@NativeType("VkBool32") @Unsigned int value) -
pipelineCreationCacheControl
-
pipelineCreationCacheControl
public VkPhysicalDeviceVulkan13Features pipelineCreationCacheControl(@NativeType("VkBool32") @Unsigned int value) -
privateData
-
privateData
-
shaderDemoteToHelperInvocation
-
shaderDemoteToHelperInvocation
public VkPhysicalDeviceVulkan13Features shaderDemoteToHelperInvocation(@NativeType("VkBool32") @Unsigned int value) -
shaderTerminateInvocation
-
shaderTerminateInvocation
public VkPhysicalDeviceVulkan13Features shaderTerminateInvocation(@NativeType("VkBool32") @Unsigned int value) -
subgroupSizeControl
-
subgroupSizeControl
public VkPhysicalDeviceVulkan13Features subgroupSizeControl(@NativeType("VkBool32") @Unsigned int value) -
computeFullSubgroups
-
computeFullSubgroups
public VkPhysicalDeviceVulkan13Features computeFullSubgroups(@NativeType("VkBool32") @Unsigned int value) -
synchronization2
-
synchronization2
public VkPhysicalDeviceVulkan13Features synchronization2(@NativeType("VkBool32") @Unsigned int value) -
textureCompressionASTC_HDR
-
textureCompressionASTC_HDR
public VkPhysicalDeviceVulkan13Features textureCompressionASTC_HDR(@NativeType("VkBool32") @Unsigned int value) -
shaderZeroInitializeWorkgroupMemory
-
shaderZeroInitializeWorkgroupMemory
public VkPhysicalDeviceVulkan13Features shaderZeroInitializeWorkgroupMemory(@NativeType("VkBool32") @Unsigned int value) -
dynamicRendering
-
dynamicRendering
public VkPhysicalDeviceVulkan13Features dynamicRendering(@NativeType("VkBool32") @Unsigned int value) -
shaderIntegerDotProduct
-
shaderIntegerDotProduct
public VkPhysicalDeviceVulkan13Features shaderIntegerDotProduct(@NativeType("VkBool32") @Unsigned int value) -
maintenance4
-
maintenance4
-
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 thesegmentrecord component.
-