Record Class VkPhysicalDeviceMeshShaderPropertiesEXT
- All Implemented Interfaces:
IPointer,IVkPhysicalDeviceMeshShaderPropertiesEXT
Represents a pointer to a VkPhysicalDeviceMeshShaderPropertiesEXT structure in native memory.
Structure
typedef struct VkPhysicalDeviceMeshShaderPropertiesEXT {
VkStructureType sType;
void* pNext; // optional
uint32_t maxTaskWorkGroupTotalCount;
uint32_t[3] maxTaskWorkGroupCount;
uint32_t maxTaskWorkGroupInvocations;
uint32_t[3] maxTaskWorkGroupSize;
uint32_t maxTaskPayloadSize;
uint32_t maxTaskSharedMemorySize;
uint32_t maxTaskPayloadAndSharedMemorySize;
uint32_t maxMeshWorkGroupTotalCount;
uint32_t[3] maxMeshWorkGroupCount;
uint32_t maxMeshWorkGroupInvocations;
uint32_t[3] maxMeshWorkGroupSize;
uint32_t maxMeshSharedMemorySize;
uint32_t maxMeshPayloadAndSharedMemorySize;
uint32_t maxMeshOutputMemorySize;
uint32_t maxMeshPayloadAndOutputMemorySize;
uint32_t maxMeshOutputComponents;
uint32_t maxMeshOutputVertices;
uint32_t maxMeshOutputPrimitives;
uint32_t maxMeshOutputLayers;
uint32_t maxMeshMultiviewViewCount;
uint32_t meshOutputPerVertexGranularity;
uint32_t meshOutputPerPrimitiveGranularity;
uint32_t maxPreferredTaskWorkGroupInvocations;
uint32_t maxPreferredMeshWorkGroupInvocations;
VkBool32 prefersLocalInvocationVertexOutput;
VkBool32 prefersLocalInvocationPrimitiveOutput;
VkBool32 prefersCompactVertexOutput;
VkBool32 prefersCompactPrimitiveOutput;
} VkPhysicalDeviceMeshShaderPropertiesEXT;
Auto initialization
This structure has the following members that can be automatically initialized:
sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MESH_SHADER_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 recordRepresents a pointer to / an array ofVkPhysicalDeviceMeshShaderPropertiesEXTstructure(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 ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final SequenceLayoutstatic final ValueLayout.OfIntstatic final SequenceLayoutstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final ValueLayout.OfIntstatic final SequenceLayoutstatic final ValueLayout.OfIntstatic final SequenceLayoutstatic 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 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 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 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 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
ConstructorsConstructorDescriptionVkPhysicalDeviceMeshShaderPropertiesEXT(@NotNull MemorySegment segment) Creates an instance of aVkPhysicalDeviceMeshShaderPropertiesEXTrecord class. -
Method Summary
Modifier and TypeMethodDescriptionvoidautoInit()clone(Arena arena, VkPhysicalDeviceMeshShaderPropertiesEXT src) final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.intmaxMeshMultiviewViewCount(int value) intmaxMeshOutputComponents(int value) intmaxMeshOutputLayers(int value) intmaxMeshOutputMemorySize(int value) intmaxMeshOutputPrimitives(int value) intmaxMeshOutputVertices(int value) intmaxMeshPayloadAndOutputMemorySize(int value) intmaxMeshPayloadAndSharedMemorySize(int value) intmaxMeshSharedMemorySize(int value) maxMeshWorkGroupCount(IntPtr value) maxMeshWorkGroupCount(@NotNull Consumer<IntPtr> consumer) @NotNull MemorySegmentintmaxMeshWorkGroupInvocations(int value) maxMeshWorkGroupSize(IntPtr value) maxMeshWorkGroupSize(@NotNull Consumer<IntPtr> consumer) @NotNull MemorySegmentintmaxMeshWorkGroupTotalCount(int value) intmaxPreferredMeshWorkGroupInvocations(int value) intmaxPreferredTaskWorkGroupInvocations(int value) intmaxTaskPayloadAndSharedMemorySize(int value) intmaxTaskPayloadSize(int value) intmaxTaskSharedMemorySize(int value) maxTaskWorkGroupCount(IntPtr value) maxTaskWorkGroupCount(@NotNull Consumer<IntPtr> consumer) @NotNull MemorySegmentintmaxTaskWorkGroupInvocations(int value) maxTaskWorkGroupSize(IntPtr value) maxTaskWorkGroupSize(@NotNull Consumer<IntPtr> consumer) @NotNull MemorySegmentintmaxTaskWorkGroupTotalCount(int value) intmeshOutputPerPrimitiveGranularity(int value) intmeshOutputPerVertexGranularity(int value) @NotNull MemorySegmentpNext()pNext(@NotNull MemorySegment value) intprefersCompactPrimitiveOutput(int value) intprefersCompactVertexOutput(int value) intprefersLocalInvocationPrimitiveOutput(int value) intprefersLocalInvocationVertexOutput(int value) @NotNull MemorySegmentsegment()Returns the value of thesegmentrecord component.intsType()sType(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$maxTaskWorkGroupTotalCount
-
PATH$maxTaskWorkGroupCount
-
PATH$maxTaskWorkGroupInvocations
-
PATH$maxTaskWorkGroupSize
-
PATH$maxTaskPayloadSize
-
PATH$maxMeshWorkGroupTotalCount
-
PATH$maxMeshWorkGroupCount
-
PATH$maxMeshWorkGroupInvocations
-
PATH$maxMeshWorkGroupSize
-
PATH$maxMeshOutputMemorySize
-
PATH$maxMeshPayloadAndOutputMemorySize
-
PATH$maxMeshOutputComponents
-
PATH$maxMeshOutputVertices
-
PATH$maxMeshOutputPrimitives
-
PATH$maxMeshOutputLayers
-
PATH$maxMeshMultiviewViewCount
-
PATH$meshOutputPerVertexGranularity
-
PATH$meshOutputPerPrimitiveGranularity
-
PATH$maxPreferredTaskWorkGroupInvocations
-
PATH$maxPreferredMeshWorkGroupInvocations
-
PATH$prefersLocalInvocationVertexOutput
-
PATH$prefersLocalInvocationPrimitiveOutput
-
PATH$prefersCompactVertexOutput
-
PATH$prefersCompactPrimitiveOutput
-
LAYOUT$sType
-
LAYOUT$pNext
-
LAYOUT$maxTaskWorkGroupTotalCount
-
LAYOUT$maxTaskWorkGroupCount
-
LAYOUT$maxTaskWorkGroupInvocations
-
LAYOUT$maxTaskWorkGroupSize
-
LAYOUT$maxTaskPayloadSize
-
LAYOUT$maxMeshWorkGroupTotalCount
-
LAYOUT$maxMeshWorkGroupCount
-
LAYOUT$maxMeshWorkGroupInvocations
-
LAYOUT$maxMeshWorkGroupSize
-
LAYOUT$maxMeshOutputMemorySize
-
LAYOUT$maxMeshPayloadAndOutputMemorySize
-
LAYOUT$maxMeshOutputComponents
-
LAYOUT$maxMeshOutputVertices
-
LAYOUT$maxMeshOutputPrimitives
-
LAYOUT$maxMeshOutputLayers
-
LAYOUT$maxMeshMultiviewViewCount
-
LAYOUT$meshOutputPerVertexGranularity
-
LAYOUT$meshOutputPerPrimitiveGranularity
-
LAYOUT$maxPreferredTaskWorkGroupInvocations
-
LAYOUT$maxPreferredMeshWorkGroupInvocations
-
LAYOUT$prefersLocalInvocationVertexOutput
-
LAYOUT$prefersLocalInvocationPrimitiveOutput
-
LAYOUT$prefersCompactVertexOutput
-
LAYOUT$prefersCompactPrimitiveOutput
-
SIZE$sType
public static final long SIZE$sType -
SIZE$pNext
public static final long SIZE$pNext -
SIZE$maxTaskWorkGroupTotalCount
public static final long SIZE$maxTaskWorkGroupTotalCount -
SIZE$maxTaskWorkGroupCount
public static final long SIZE$maxTaskWorkGroupCount -
SIZE$maxTaskWorkGroupInvocations
public static final long SIZE$maxTaskWorkGroupInvocations -
SIZE$maxTaskWorkGroupSize
public static final long SIZE$maxTaskWorkGroupSize -
SIZE$maxTaskPayloadSize
public static final long SIZE$maxTaskPayloadSize -
SIZE$maxMeshWorkGroupTotalCount
public static final long SIZE$maxMeshWorkGroupTotalCount -
SIZE$maxMeshWorkGroupCount
public static final long SIZE$maxMeshWorkGroupCount -
SIZE$maxMeshWorkGroupInvocations
public static final long SIZE$maxMeshWorkGroupInvocations -
SIZE$maxMeshWorkGroupSize
public static final long SIZE$maxMeshWorkGroupSize -
SIZE$maxMeshOutputMemorySize
public static final long SIZE$maxMeshOutputMemorySize -
SIZE$maxMeshPayloadAndOutputMemorySize
public static final long SIZE$maxMeshPayloadAndOutputMemorySize -
SIZE$maxMeshOutputComponents
public static final long SIZE$maxMeshOutputComponents -
SIZE$maxMeshOutputVertices
public static final long SIZE$maxMeshOutputVertices -
SIZE$maxMeshOutputPrimitives
public static final long SIZE$maxMeshOutputPrimitives -
SIZE$maxMeshOutputLayers
public static final long SIZE$maxMeshOutputLayers -
SIZE$maxMeshMultiviewViewCount
public static final long SIZE$maxMeshMultiviewViewCount -
SIZE$meshOutputPerVertexGranularity
public static final long SIZE$meshOutputPerVertexGranularity -
SIZE$meshOutputPerPrimitiveGranularity
public static final long SIZE$meshOutputPerPrimitiveGranularity -
SIZE$maxPreferredTaskWorkGroupInvocations
public static final long SIZE$maxPreferredTaskWorkGroupInvocations -
SIZE$maxPreferredMeshWorkGroupInvocations
public static final long SIZE$maxPreferredMeshWorkGroupInvocations -
SIZE$prefersLocalInvocationVertexOutput
public static final long SIZE$prefersLocalInvocationVertexOutput -
SIZE$prefersLocalInvocationPrimitiveOutput
public static final long SIZE$prefersLocalInvocationPrimitiveOutput -
SIZE$prefersCompactVertexOutput
public static final long SIZE$prefersCompactVertexOutput -
SIZE$prefersCompactPrimitiveOutput
public static final long SIZE$prefersCompactPrimitiveOutput -
OFFSET$sType
public static final long OFFSET$sType -
OFFSET$pNext
public static final long OFFSET$pNext -
OFFSET$maxTaskWorkGroupTotalCount
public static final long OFFSET$maxTaskWorkGroupTotalCount -
OFFSET$maxTaskWorkGroupCount
public static final long OFFSET$maxTaskWorkGroupCount -
OFFSET$maxTaskWorkGroupInvocations
public static final long OFFSET$maxTaskWorkGroupInvocations -
OFFSET$maxTaskWorkGroupSize
public static final long OFFSET$maxTaskWorkGroupSize -
OFFSET$maxTaskPayloadSize
public static final long OFFSET$maxTaskPayloadSize -
OFFSET$maxMeshWorkGroupTotalCount
public static final long OFFSET$maxMeshWorkGroupTotalCount -
OFFSET$maxMeshWorkGroupCount
public static final long OFFSET$maxMeshWorkGroupCount -
OFFSET$maxMeshWorkGroupInvocations
public static final long OFFSET$maxMeshWorkGroupInvocations -
OFFSET$maxMeshWorkGroupSize
public static final long OFFSET$maxMeshWorkGroupSize -
OFFSET$maxMeshOutputMemorySize
public static final long OFFSET$maxMeshOutputMemorySize -
OFFSET$maxMeshPayloadAndOutputMemorySize
public static final long OFFSET$maxMeshPayloadAndOutputMemorySize -
OFFSET$maxMeshOutputComponents
public static final long OFFSET$maxMeshOutputComponents -
OFFSET$maxMeshOutputVertices
public static final long OFFSET$maxMeshOutputVertices -
OFFSET$maxMeshOutputPrimitives
public static final long OFFSET$maxMeshOutputPrimitives -
OFFSET$maxMeshOutputLayers
public static final long OFFSET$maxMeshOutputLayers -
OFFSET$maxMeshMultiviewViewCount
public static final long OFFSET$maxMeshMultiviewViewCount -
OFFSET$meshOutputPerVertexGranularity
public static final long OFFSET$meshOutputPerVertexGranularity -
OFFSET$meshOutputPerPrimitiveGranularity
public static final long OFFSET$meshOutputPerPrimitiveGranularity -
OFFSET$maxPreferredTaskWorkGroupInvocations
public static final long OFFSET$maxPreferredTaskWorkGroupInvocations -
OFFSET$maxPreferredMeshWorkGroupInvocations
public static final long OFFSET$maxPreferredMeshWorkGroupInvocations -
OFFSET$prefersLocalInvocationVertexOutput
public static final long OFFSET$prefersLocalInvocationVertexOutput -
OFFSET$prefersLocalInvocationPrimitiveOutput
public static final long OFFSET$prefersLocalInvocationPrimitiveOutput -
OFFSET$prefersCompactVertexOutput
public static final long OFFSET$prefersCompactVertexOutput -
OFFSET$prefersCompactPrimitiveOutput
public static final long OFFSET$prefersCompactPrimitiveOutput
-
-
Constructor Details
-
VkPhysicalDeviceMeshShaderPropertiesEXT
Creates an instance of aVkPhysicalDeviceMeshShaderPropertiesEXTrecord class.- Parameters:
segment- the value for thesegmentrecord component
-
-
Method Details
-
allocate
-
allocate
-
clone
public static VkPhysicalDeviceMeshShaderPropertiesEXT clone(Arena arena, VkPhysicalDeviceMeshShaderPropertiesEXT src) -
autoInit
public void autoInit() -
sType
-
sType
-
pNext
-
pNext
public VkPhysicalDeviceMeshShaderPropertiesEXT pNext(@Pointer(comment="void*") @NotNull @NotNull MemorySegment value) -
pNext
-
maxTaskWorkGroupTotalCount
-
maxTaskWorkGroupTotalCount
-
maxTaskWorkGroupCount
-
maxTaskWorkGroupCount
public VkPhysicalDeviceMeshShaderPropertiesEXT maxTaskWorkGroupCount(@NotNull @NotNull Consumer<IntPtr> consumer) -
maxTaskWorkGroupCount
-
maxTaskWorkGroupCountRaw
-
maxTaskWorkGroupInvocations
-
maxTaskWorkGroupInvocations
-
maxTaskWorkGroupSize
-
maxTaskWorkGroupSize
public VkPhysicalDeviceMeshShaderPropertiesEXT maxTaskWorkGroupSize(@NotNull @NotNull Consumer<IntPtr> consumer) -
maxTaskWorkGroupSize
-
maxTaskWorkGroupSizeRaw
-
maxTaskPayloadSize
-
maxTaskPayloadSize
-
maxMeshWorkGroupTotalCount
-
maxMeshWorkGroupTotalCount
-
maxMeshWorkGroupCount
-
maxMeshWorkGroupCount
public VkPhysicalDeviceMeshShaderPropertiesEXT maxMeshWorkGroupCount(@NotNull @NotNull Consumer<IntPtr> consumer) -
maxMeshWorkGroupCount
-
maxMeshWorkGroupCountRaw
-
maxMeshWorkGroupInvocations
-
maxMeshWorkGroupInvocations
-
maxMeshWorkGroupSize
-
maxMeshWorkGroupSize
public VkPhysicalDeviceMeshShaderPropertiesEXT maxMeshWorkGroupSize(@NotNull @NotNull Consumer<IntPtr> consumer) -
maxMeshWorkGroupSize
-
maxMeshWorkGroupSizeRaw
-
maxMeshOutputMemorySize
-
maxMeshOutputMemorySize
-
maxMeshPayloadAndOutputMemorySize
-
maxMeshPayloadAndOutputMemorySize
public VkPhysicalDeviceMeshShaderPropertiesEXT maxMeshPayloadAndOutputMemorySize(@Unsigned int value) -
maxMeshOutputComponents
-
maxMeshOutputComponents
-
maxMeshOutputVertices
-
maxMeshOutputVertices
-
maxMeshOutputPrimitives
-
maxMeshOutputPrimitives
-
maxMeshOutputLayers
-
maxMeshOutputLayers
-
maxMeshMultiviewViewCount
-
maxMeshMultiviewViewCount
-
meshOutputPerVertexGranularity
-
meshOutputPerVertexGranularity
-
meshOutputPerPrimitiveGranularity
-
meshOutputPerPrimitiveGranularity
public VkPhysicalDeviceMeshShaderPropertiesEXT meshOutputPerPrimitiveGranularity(@Unsigned int value) -
maxPreferredTaskWorkGroupInvocations
-
maxPreferredTaskWorkGroupInvocations
public VkPhysicalDeviceMeshShaderPropertiesEXT maxPreferredTaskWorkGroupInvocations(@Unsigned int value) -
maxPreferredMeshWorkGroupInvocations
-
maxPreferredMeshWorkGroupInvocations
public VkPhysicalDeviceMeshShaderPropertiesEXT maxPreferredMeshWorkGroupInvocations(@Unsigned int value) -
prefersLocalInvocationVertexOutput
-
prefersLocalInvocationVertexOutput
public VkPhysicalDeviceMeshShaderPropertiesEXT prefersLocalInvocationVertexOutput(@NativeType("VkBool32") @Unsigned int value) -
prefersLocalInvocationPrimitiveOutput
-
prefersLocalInvocationPrimitiveOutput
public VkPhysicalDeviceMeshShaderPropertiesEXT prefersLocalInvocationPrimitiveOutput(@NativeType("VkBool32") @Unsigned int value) -
prefersCompactVertexOutput
-
prefersCompactVertexOutput
public VkPhysicalDeviceMeshShaderPropertiesEXT prefersCompactVertexOutput(@NativeType("VkBool32") @Unsigned int value) -
prefersCompactPrimitiveOutput
-
prefersCompactPrimitiveOutput
public VkPhysicalDeviceMeshShaderPropertiesEXT prefersCompactPrimitiveOutput(@NativeType("VkBool32") @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 thesegmentrecord component.
-