Class VkDrmFormatModifierPropertiesEXT
java.lang.Object
overrungl.struct.GroupType
overrungl.vulkan.ext.struct.VkDrmFormatModifierPropertiesEXT
- All Implemented Interfaces:
Addressable
- Direct Known Subclasses:
VkDrmFormatModifierPropertiesEXT.Buffer
public sealed class VkDrmFormatModifierPropertiesEXT
extends GroupType
permits VkDrmFormatModifierPropertiesEXT.Buffer
Layout
struct VkDrmFormatModifierPropertiesEXT {
uint64_t drmFormatModifier;
uint32_t drmFormatModifierPlaneCount;
((uint32_t) VkFlags) VkFormatFeatureFlags drmFormatModifierTilingFeatures;
};
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
A buffer ofVkDrmFormatModifierPropertiesEXT
. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final GroupLayout
The struct layout ofVkDrmFormatModifierPropertiesEXT
.static final MemoryLayout
The memory layout ofdrmFormatModifier
.static final MemoryLayout
The memory layout ofdrmFormatModifierPlaneCount
.static final MemoryLayout
The memory layout ofdrmFormatModifierTilingFeatures
.static final long
The byte offset ofdrmFormatModifier
.static final long
The byte offset ofdrmFormatModifierPlaneCount
.static final long
The byte offset ofdrmFormatModifierTilingFeatures
.static final VarHandle
TheVarHandle
ofdrmFormatModifier
of type(MemorySegment base, long baseOffset, long index)MemorySegment
.static final VarHandle
TheVarHandle
ofdrmFormatModifierPlaneCount
of type(MemorySegment base, long baseOffset, long index)MemorySegment
.static final VarHandle
TheVarHandle
ofdrmFormatModifierTilingFeatures
of type(MemorySegment base, long baseOffset, long index)MemorySegment
. -
Constructor Summary
ConstructorsConstructorDescriptionCreatesVkDrmFormatModifierPropertiesEXT
with the given segment. -
Method Summary
Modifier and TypeMethodDescriptionalloc
(SegmentAllocator allocator) Allocates aVkDrmFormatModifierPropertiesEXT
with the given segment allocator.alloc
(SegmentAllocator allocator, long count) Allocates aVkDrmFormatModifierPropertiesEXT
with the given segment allocator and count.asBuffer()
Converts this instance to a buffer.Copies from the given source.long
ReturnsdrmFormatModifier
.drmFormatModifier
(long value) SetsdrmFormatModifier
with the given value.static long
drmFormatModifier
(MemorySegment segment, long index) ReturnsdrmFormatModifier
at the given index.static void
drmFormatModifier
(MemorySegment segment, long index, long value) SetsdrmFormatModifier
with the given value at the given index.int
ReturnsdrmFormatModifierPlaneCount
.drmFormatModifierPlaneCount
(int value) SetsdrmFormatModifierPlaneCount
with the given value.static int
drmFormatModifierPlaneCount
(MemorySegment segment, long index) ReturnsdrmFormatModifierPlaneCount
at the given index.static void
drmFormatModifierPlaneCount
(MemorySegment segment, long index, int value) SetsdrmFormatModifierPlaneCount
with the given value at the given index.int
ReturnsdrmFormatModifierTilingFeatures
.drmFormatModifierTilingFeatures
(int value) SetsdrmFormatModifierTilingFeatures
with the given value.static int
drmFormatModifierTilingFeatures
(MemorySegment segment, long index) ReturnsdrmFormatModifierTilingFeatures
at the given index.static void
drmFormatModifierTilingFeatures
(MemorySegment segment, long index, int value) SetsdrmFormatModifierTilingFeatures
with the given value at the given index.of
(MemorySegment segment) CreatesVkDrmFormatModifierPropertiesEXT
with the given segment.ofNative
(MemorySegment segment) CreatesVkDrmFormatModifierPropertiesEXT
with the given segment.ofNative
(MemorySegment segment, long count) CreatesVkDrmFormatModifierPropertiesEXT
with the given segment.Methods inherited from class overrungl.struct.GroupType
estimateCount, estimateCount, groupLayout, segment
-
Field Details
-
LAYOUT
The struct layout ofVkDrmFormatModifierPropertiesEXT
. -
OFFSET_drmFormatModifier
public static final long OFFSET_drmFormatModifierThe byte offset ofdrmFormatModifier
. -
LAYOUT_drmFormatModifier
The memory layout ofdrmFormatModifier
. -
VH_drmFormatModifier
-
OFFSET_drmFormatModifierPlaneCount
public static final long OFFSET_drmFormatModifierPlaneCountThe byte offset ofdrmFormatModifierPlaneCount
. -
LAYOUT_drmFormatModifierPlaneCount
The memory layout ofdrmFormatModifierPlaneCount
. -
VH_drmFormatModifierPlaneCount
-
OFFSET_drmFormatModifierTilingFeatures
public static final long OFFSET_drmFormatModifierTilingFeaturesThe byte offset ofdrmFormatModifierTilingFeatures
. -
LAYOUT_drmFormatModifierTilingFeatures
The memory layout ofdrmFormatModifierTilingFeatures
. -
VH_drmFormatModifierTilingFeatures
-
-
Constructor Details
-
VkDrmFormatModifierPropertiesEXT
CreatesVkDrmFormatModifierPropertiesEXT
with the given segment.- Parameters:
segment
- the memory segment
-
-
Method Details
-
of
CreatesVkDrmFormatModifierPropertiesEXT
with the given segment.- Parameters:
segment
- the memory segment- Returns:
- the created instance or
null
if the segment isNULL
-
ofNative
Creates
VkDrmFormatModifierPropertiesEXT
with the given segment.Reinterprets the segment if zero-length.
- Parameters:
segment
- the memory segment- Returns:
- the created instance or
null
if the segment isNULL
-
ofNative
Creates
VkDrmFormatModifierPropertiesEXT
with the given segment.Reinterprets the segment if zero-length.
- Parameters:
segment
- the memory segmentcount
- the count of the buffer- Returns:
- the created instance or
null
if the segment isNULL
-
alloc
Allocates aVkDrmFormatModifierPropertiesEXT
with the given segment allocator.- Parameters:
allocator
- the segment allocator- Returns:
- the allocated
VkDrmFormatModifierPropertiesEXT
-
alloc
Allocates aVkDrmFormatModifierPropertiesEXT
with the given segment allocator and count.- Parameters:
allocator
- the segment allocatorcount
- the count- Returns:
- the allocated
VkDrmFormatModifierPropertiesEXT
-
copyFrom
Copies from the given source.- Parameters:
src
- the source- Returns:
this
-
asBuffer
Converts this instance to a buffer.- Returns:
- the buffer
-
drmFormatModifier
ReturnsdrmFormatModifier
at the given index.- Parameters:
segment
- the segment of the structindex
- the index of the struct buffer- Returns:
drmFormatModifier
at the given index
-
drmFormatModifier
public long drmFormatModifier()ReturnsdrmFormatModifier
.- Returns:
drmFormatModifier
-
drmFormatModifier
SetsdrmFormatModifier
with the given value at the given index.- Parameters:
segment
- the segment of the structindex
- the index of the struct buffervalue
- the value
-
drmFormatModifier
SetsdrmFormatModifier
with the given value.- Parameters:
value
- the value- Returns:
this
-
drmFormatModifierPlaneCount
ReturnsdrmFormatModifierPlaneCount
at the given index.- Parameters:
segment
- the segment of the structindex
- the index of the struct buffer- Returns:
drmFormatModifierPlaneCount
at the given index
-
drmFormatModifierPlaneCount
public int drmFormatModifierPlaneCount()ReturnsdrmFormatModifierPlaneCount
.- Returns:
drmFormatModifierPlaneCount
-
drmFormatModifierPlaneCount
SetsdrmFormatModifierPlaneCount
with the given value at the given index.- Parameters:
segment
- the segment of the structindex
- the index of the struct buffervalue
- the value
-
drmFormatModifierPlaneCount
SetsdrmFormatModifierPlaneCount
with the given value.- Parameters:
value
- the value- Returns:
this
-
drmFormatModifierTilingFeatures
ReturnsdrmFormatModifierTilingFeatures
at the given index.- Parameters:
segment
- the segment of the structindex
- the index of the struct buffer- Returns:
drmFormatModifierTilingFeatures
at the given index
-
drmFormatModifierTilingFeatures
public int drmFormatModifierTilingFeatures()ReturnsdrmFormatModifierTilingFeatures
.- Returns:
drmFormatModifierTilingFeatures
-
drmFormatModifierTilingFeatures
SetsdrmFormatModifierTilingFeatures
with the given value at the given index.- Parameters:
segment
- the segment of the structindex
- the index of the struct buffervalue
- the value
-
drmFormatModifierTilingFeatures
SetsdrmFormatModifierTilingFeatures
with the given value.- Parameters:
value
- the value- Returns:
this
-