Record Class VkPhysicalDeviceTileShadingFeaturesQCOM
- All Implemented Interfaces:
IPointer
,IVkPhysicalDeviceTileShadingFeaturesQCOM
Represents a pointer to a VkPhysicalDeviceTileShadingFeaturesQCOM
structure in native memory.
Structure
typedef struct VkPhysicalDeviceTileShadingFeaturesQCOM {
VkStructureType
sType
;
void* pNext
; // optional
VkBool32 tileShading
;
VkBool32 tileShadingFragmentStage
;
VkBool32 tileShadingColorAttachments
;
VkBool32 tileShadingDepthAttachments
;
VkBool32 tileShadingStencilAttachments
;
VkBool32 tileShadingInputAttachments
;
VkBool32 tileShadingSampledAttachments
;
VkBool32 tileShadingPerTileDraw
;
VkBool32 tileShadingPerTileDispatch
;
VkBool32 tileShadingDispatchTile
;
VkBool32 tileShadingApron
;
VkBool32 tileShadingAnisotropicApron
;
VkBool32 tileShadingAtomicOps
;
VkBool32 tileShadingImageProcessing
;
} VkPhysicalDeviceTileShadingFeaturesQCOM;
Auto initialization
This structure has the following members that can be automatically initialized:
sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TILE_SHADING_FEATURES_QCOM
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 ofVkPhysicalDeviceTileShadingFeaturesQCOM
structure(s) in native memory. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final long
static final StructLayout
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 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 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 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
-
Constructor Summary
ConstructorsConstructorDescriptionVkPhysicalDeviceTileShadingFeaturesQCOM
(@NotNull MemorySegment segment) Creates an instance of aVkPhysicalDeviceTileShadingFeaturesQCOM
record class. -
Method Summary
Modifier and TypeMethodDescriptionvoid
autoInit()
clone
(Arena arena, VkPhysicalDeviceTileShadingFeaturesQCOM src) final boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.pNext()
void
pNext
(MemorySegment value) @NotNull MemorySegment
segment()
Returns the value of thesegment
record component.int
sType()
sType
(int value) int
tileShading
(int value) int
tileShadingAnisotropicApron
(int value) int
tileShadingApron
(int value) int
tileShadingAtomicOps
(int value) int
tileShadingColorAttachments
(int value) int
tileShadingDepthAttachments
(int value) int
tileShadingDispatchTile
(int value) int
tileShadingFragmentStage
(int value) int
tileShadingImageProcessing
(int value) int
tileShadingInputAttachments
(int value) int
tileShadingPerTileDispatch
(int value) int
tileShadingPerTileDraw
(int value) int
tileShadingSampledAttachments
(int value) int
tileShadingStencilAttachments
(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$tileShading
-
PATH$tileShadingFragmentStage
-
PATH$tileShadingColorAttachments
-
PATH$tileShadingDepthAttachments
-
PATH$tileShadingStencilAttachments
-
PATH$tileShadingInputAttachments
-
PATH$tileShadingSampledAttachments
-
PATH$tileShadingPerTileDraw
-
PATH$tileShadingPerTileDispatch
-
PATH$tileShadingDispatchTile
-
PATH$tileShadingApron
-
PATH$tileShadingAnisotropicApron
-
PATH$tileShadingAtomicOps
-
PATH$tileShadingImageProcessing
-
LAYOUT$sType
-
LAYOUT$pNext
-
LAYOUT$tileShading
-
LAYOUT$tileShadingFragmentStage
-
LAYOUT$tileShadingColorAttachments
-
LAYOUT$tileShadingDepthAttachments
-
LAYOUT$tileShadingStencilAttachments
-
LAYOUT$tileShadingInputAttachments
-
LAYOUT$tileShadingSampledAttachments
-
LAYOUT$tileShadingPerTileDraw
-
LAYOUT$tileShadingPerTileDispatch
-
LAYOUT$tileShadingDispatchTile
-
LAYOUT$tileShadingApron
-
LAYOUT$tileShadingAnisotropicApron
-
LAYOUT$tileShadingAtomicOps
-
LAYOUT$tileShadingImageProcessing
-
SIZE$sType
public static final long SIZE$sType -
SIZE$pNext
public static final long SIZE$pNext -
SIZE$tileShading
public static final long SIZE$tileShading -
SIZE$tileShadingFragmentStage
public static final long SIZE$tileShadingFragmentStage -
SIZE$tileShadingColorAttachments
public static final long SIZE$tileShadingColorAttachments -
SIZE$tileShadingDepthAttachments
public static final long SIZE$tileShadingDepthAttachments -
SIZE$tileShadingStencilAttachments
public static final long SIZE$tileShadingStencilAttachments -
SIZE$tileShadingInputAttachments
public static final long SIZE$tileShadingInputAttachments -
SIZE$tileShadingSampledAttachments
public static final long SIZE$tileShadingSampledAttachments -
SIZE$tileShadingPerTileDraw
public static final long SIZE$tileShadingPerTileDraw -
SIZE$tileShadingPerTileDispatch
public static final long SIZE$tileShadingPerTileDispatch -
SIZE$tileShadingDispatchTile
public static final long SIZE$tileShadingDispatchTile -
SIZE$tileShadingApron
public static final long SIZE$tileShadingApron -
SIZE$tileShadingAnisotropicApron
public static final long SIZE$tileShadingAnisotropicApron -
SIZE$tileShadingAtomicOps
public static final long SIZE$tileShadingAtomicOps -
SIZE$tileShadingImageProcessing
public static final long SIZE$tileShadingImageProcessing -
OFFSET$sType
public static final long OFFSET$sType -
OFFSET$pNext
public static final long OFFSET$pNext -
OFFSET$tileShading
public static final long OFFSET$tileShading -
OFFSET$tileShadingFragmentStage
public static final long OFFSET$tileShadingFragmentStage -
OFFSET$tileShadingColorAttachments
public static final long OFFSET$tileShadingColorAttachments -
OFFSET$tileShadingDepthAttachments
public static final long OFFSET$tileShadingDepthAttachments -
OFFSET$tileShadingStencilAttachments
public static final long OFFSET$tileShadingStencilAttachments -
OFFSET$tileShadingInputAttachments
public static final long OFFSET$tileShadingInputAttachments -
OFFSET$tileShadingSampledAttachments
public static final long OFFSET$tileShadingSampledAttachments -
OFFSET$tileShadingPerTileDraw
public static final long OFFSET$tileShadingPerTileDraw -
OFFSET$tileShadingPerTileDispatch
public static final long OFFSET$tileShadingPerTileDispatch -
OFFSET$tileShadingDispatchTile
public static final long OFFSET$tileShadingDispatchTile -
OFFSET$tileShadingApron
public static final long OFFSET$tileShadingApron -
OFFSET$tileShadingAnisotropicApron
public static final long OFFSET$tileShadingAnisotropicApron -
OFFSET$tileShadingAtomicOps
public static final long OFFSET$tileShadingAtomicOps -
OFFSET$tileShadingImageProcessing
public static final long OFFSET$tileShadingImageProcessing
-
-
Constructor Details
-
VkPhysicalDeviceTileShadingFeaturesQCOM
Creates an instance of aVkPhysicalDeviceTileShadingFeaturesQCOM
record class.- Parameters:
segment
- the value for thesegment
record component
-
-
Method Details
-
allocate
-
allocate
-
clone
public static VkPhysicalDeviceTileShadingFeaturesQCOM clone(Arena arena, VkPhysicalDeviceTileShadingFeaturesQCOM src) -
autoInit
public void autoInit() -
sType
-
sType
-
pNext
-
pNext
-
pNext
-
tileShading
-
tileShading
public VkPhysicalDeviceTileShadingFeaturesQCOM tileShading(@NativeType("VkBool32") @Unsigned int value) -
tileShadingFragmentStage
-
tileShadingFragmentStage
public VkPhysicalDeviceTileShadingFeaturesQCOM tileShadingFragmentStage(@NativeType("VkBool32") @Unsigned int value) -
tileShadingColorAttachments
-
tileShadingColorAttachments
public VkPhysicalDeviceTileShadingFeaturesQCOM tileShadingColorAttachments(@NativeType("VkBool32") @Unsigned int value) -
tileShadingDepthAttachments
-
tileShadingDepthAttachments
public VkPhysicalDeviceTileShadingFeaturesQCOM tileShadingDepthAttachments(@NativeType("VkBool32") @Unsigned int value) -
tileShadingStencilAttachments
-
tileShadingStencilAttachments
public VkPhysicalDeviceTileShadingFeaturesQCOM tileShadingStencilAttachments(@NativeType("VkBool32") @Unsigned int value) -
tileShadingInputAttachments
-
tileShadingInputAttachments
public VkPhysicalDeviceTileShadingFeaturesQCOM tileShadingInputAttachments(@NativeType("VkBool32") @Unsigned int value) -
tileShadingSampledAttachments
-
tileShadingSampledAttachments
public VkPhysicalDeviceTileShadingFeaturesQCOM tileShadingSampledAttachments(@NativeType("VkBool32") @Unsigned int value) -
tileShadingPerTileDraw
-
tileShadingPerTileDraw
public VkPhysicalDeviceTileShadingFeaturesQCOM tileShadingPerTileDraw(@NativeType("VkBool32") @Unsigned int value) -
tileShadingPerTileDispatch
-
tileShadingPerTileDispatch
public VkPhysicalDeviceTileShadingFeaturesQCOM tileShadingPerTileDispatch(@NativeType("VkBool32") @Unsigned int value) -
tileShadingDispatchTile
-
tileShadingDispatchTile
public VkPhysicalDeviceTileShadingFeaturesQCOM tileShadingDispatchTile(@NativeType("VkBool32") @Unsigned int value) -
tileShadingApron
-
tileShadingApron
public VkPhysicalDeviceTileShadingFeaturesQCOM tileShadingApron(@NativeType("VkBool32") @Unsigned int value) -
tileShadingAnisotropicApron
-
tileShadingAnisotropicApron
public VkPhysicalDeviceTileShadingFeaturesQCOM tileShadingAnisotropicApron(@NativeType("VkBool32") @Unsigned int value) -
tileShadingAtomicOps
-
tileShadingAtomicOps
public VkPhysicalDeviceTileShadingFeaturesQCOM tileShadingAtomicOps(@NativeType("VkBool32") @Unsigned int value) -
tileShadingImageProcessing
-
tileShadingImageProcessing
public VkPhysicalDeviceTileShadingFeaturesQCOM tileShadingImageProcessing(@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.
-