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 record
Represents a pointer to / an array ofVkPhysicalDeviceMeshShaderPropertiesEXT
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 SequenceLayout
static final ValueLayout.OfInt
static final SequenceLayout
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 SequenceLayout
static final ValueLayout.OfInt
static final SequenceLayout
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 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 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
ConstructorsConstructorDescriptionVkPhysicalDeviceMeshShaderPropertiesEXT
(@NotNull MemorySegment segment) Creates an instance of aVkPhysicalDeviceMeshShaderPropertiesEXT
record class. -
Method Summary
Modifier and TypeMethodDescriptionvoid
autoInit()
clone
(Arena arena, VkPhysicalDeviceMeshShaderPropertiesEXT 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
maxMeshMultiviewViewCount
(int value) int
maxMeshOutputComponents
(int value) int
maxMeshOutputLayers
(int value) int
maxMeshOutputMemorySize
(int value) int
maxMeshOutputPrimitives
(int value) int
maxMeshOutputVertices
(int value) int
maxMeshPayloadAndOutputMemorySize
(int value) int
maxMeshPayloadAndSharedMemorySize
(int value) int
maxMeshSharedMemorySize
(int value) maxMeshWorkGroupCount
(IntPtr value) int
maxMeshWorkGroupInvocations
(int value) maxMeshWorkGroupSize
(IntPtr value) int
maxMeshWorkGroupTotalCount
(int value) int
maxPreferredMeshWorkGroupInvocations
(int value) int
maxPreferredTaskWorkGroupInvocations
(int value) int
maxTaskPayloadAndSharedMemorySize
(int value) int
maxTaskPayloadSize
(int value) int
maxTaskSharedMemorySize
(int value) maxTaskWorkGroupCount
(IntPtr value) int
maxTaskWorkGroupInvocations
(int value) maxTaskWorkGroupSize
(IntPtr value) int
maxTaskWorkGroupTotalCount
(int value) int
meshOutputPerPrimitiveGranularity
(int value) int
meshOutputPerVertexGranularity
(int value) pNext()
void
pNext
(MemorySegment value) int
prefersCompactPrimitiveOutput
(int value) int
prefersCompactVertexOutput
(int value) int
prefersLocalInvocationPrimitiveOutput
(int value) int
prefersLocalInvocationVertexOutput
(int value) @NotNull MemorySegment
segment()
Returns the value of thesegment
record component.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$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 aVkPhysicalDeviceMeshShaderPropertiesEXT
record class.- Parameters:
segment
- the value for thesegment
record component
-
-
Method Details
-
allocate
-
allocate
-
clone
public static VkPhysicalDeviceMeshShaderPropertiesEXT clone(Arena arena, VkPhysicalDeviceMeshShaderPropertiesEXT src) -
autoInit
public void autoInit() -
sType
-
sType
-
pNext
-
pNext
-
pNext
-
maxTaskWorkGroupTotalCount
-
maxTaskWorkGroupTotalCount
-
maxTaskWorkGroupCount
-
maxTaskWorkGroupCount
-
maxTaskWorkGroupCountRaw
-
maxTaskWorkGroupInvocations
-
maxTaskWorkGroupInvocations
-
maxTaskWorkGroupSize
-
maxTaskWorkGroupSize
-
maxTaskWorkGroupSizeRaw
-
maxTaskPayloadSize
-
maxTaskPayloadSize
-
maxMeshWorkGroupTotalCount
-
maxMeshWorkGroupTotalCount
-
maxMeshWorkGroupCount
-
maxMeshWorkGroupCount
-
maxMeshWorkGroupCountRaw
-
maxMeshWorkGroupInvocations
-
maxMeshWorkGroupInvocations
-
maxMeshWorkGroupSize
-
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 thesegment
record component.
-