Class VkDataGraphPipelinePropertyQueryResultARM
java.lang.Object
overrungl.struct.GroupType
overrungl.vulkan.arm.struct.VkDataGraphPipelinePropertyQueryResultARM
- All Implemented Interfaces:
Addressable
Represents VkDataGraphPipelinePropertyQueryResultARM.
Layout
struct VkDataGraphPipelinePropertyQueryResultARM {
(int) VkStructureType sType;
const void* pNext;
(int) VkDataGraphPipelinePropertyARM property;
(uint32_t) VkBool32 isText;
size_t dataSize;
void* pData;
};
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StructLayoutThe struct layout ofVkDataGraphPipelinePropertyQueryResultARM.static final MemoryLayoutThe memory layout ofdataSize.static final MemoryLayoutThe memory layout ofisText.static final MemoryLayoutThe memory layout ofpData.static final MemoryLayoutThe memory layout ofpNext.static final MemoryLayoutThe memory layout ofproperty.static final MemoryLayoutThe memory layout ofsType.static final longThe byte offset ofdataSize.static final longThe byte offset ofisText.static final longThe byte offset ofpData.static final longThe byte offset ofpNext.static final longThe byte offset ofproperty.static final longThe byte offset ofsType.static final VarHandlestatic final VarHandlestatic final VarHandlestatic final VarHandlestatic final VarHandlestatic final VarHandle -
Constructor Summary
ConstructorsConstructorDescriptionVkDataGraphPipelinePropertyQueryResultARM(MemorySegment segment, long elementCount) CreatesVkDataGraphPipelinePropertyQueryResultARMwith the given segment. -
Method Summary
Modifier and TypeMethodDescriptionalloc(SegmentAllocator allocator) Allocates aVkDataGraphPipelinePropertyQueryResultARMwith the given segment allocator.alloc(SegmentAllocator allocator, long count) Allocates aVkDataGraphPipelinePropertyQueryResultARMwith the given segment allocator and count.asSlice(long index) Creates a slice ofVkDataGraphPipelinePropertyQueryResultARM.asSlice(long index, long count) Creates a slice ofVkDataGraphPipelinePropertyQueryResultARM.at(long index, Consumer<VkDataGraphPipelinePropertyQueryResultARM> func) VisitsVkDataGraphPipelinePropertyQueryResultARMbuffer at the given index.Copies from the given source.longdataSize()ReturnsdataSize.dataSize(long value) SetsdataSizewith the given value.static longdataSize(MemorySegment segment, long index) ReturnsdataSizeat the given index.static voiddataSize(MemorySegment segment, long index, long value) SetsdataSizewith the given value at the given index.longdataSizeAt(long index) ReturnsdataSizeat the given index.dataSizeAt(long index, long value) SetsdataSizewith the given value at the given index.intisText()ReturnsisText.isText(int value) SetsisTextwith the given value.static intisText(MemorySegment segment, long index) ReturnsisTextat the given index.static voidisText(MemorySegment segment, long index, int value) SetsisTextwith the given value at the given index.intisTextAt(long index) ReturnsisTextat the given index.isTextAt(long index, int value) SetsisTextwith the given value at the given index.of(MemorySegment segment) CreatesVkDataGraphPipelinePropertyQueryResultARMwith the given segment.ofNative(MemorySegment segment) CreatesVkDataGraphPipelinePropertyQueryResultARMwith the given segment.ofNative(MemorySegment segment, long count) CreatesVkDataGraphPipelinePropertyQueryResultARMwith the given segment.pData()ReturnspData.pData(MemorySegment value) SetspDatawith the given value.static MemorySegmentpData(MemorySegment segment, long index) ReturnspDataat the given index.static voidpData(MemorySegment segment, long index, MemorySegment value) SetspDatawith the given value at the given index.pDataAt(long index) ReturnspDataat the given index.pDataAt(long index, MemorySegment value) SetspDatawith the given value at the given index.pNext()ReturnspNext.pNext(MemorySegment value) SetspNextwith the given value.static MemorySegmentpNext(MemorySegment segment, long index) ReturnspNextat the given index.static voidpNext(MemorySegment segment, long index, MemorySegment value) SetspNextwith the given value at the given index.pNextAt(long index) ReturnspNextat the given index.pNextAt(long index, MemorySegment value) SetspNextwith the given value at the given index.intproperty()Returnsproperty.property(int value) Setspropertywith the given value.static intproperty(MemorySegment segment, long index) Returnspropertyat the given index.static voidproperty(MemorySegment segment, long index, int value) Setspropertywith the given value at the given index.intpropertyAt(long index) Returnspropertyat the given index.propertyAt(long index, int value) Setspropertywith the given value at the given index.reinterpret(long count) Reinterprets this buffer with the given count.intsType()ReturnssType.sType(int value) SetssTypewith the given value.static intsType(MemorySegment segment, long index) ReturnssTypeat the given index.static voidsType(MemorySegment segment, long index, int value) SetssTypewith the given value at the given index.intsTypeAt(long index) ReturnssTypeat the given index.sTypeAt(long index, int value) SetssTypewith the given value at the given index.Methods inherited from class GroupType
estimateCount, estimateCount, groupLayout, segment
-
Field Details
-
LAYOUT
The struct layout ofVkDataGraphPipelinePropertyQueryResultARM. -
OFFSET_sType
public static final long OFFSET_sTypeThe byte offset ofsType. -
LAYOUT_sType
The memory layout ofsType. -
VH_sType
-
OFFSET_pNext
public static final long OFFSET_pNextThe byte offset ofpNext. -
LAYOUT_pNext
The memory layout ofpNext. -
VH_pNext
-
OFFSET_property
public static final long OFFSET_propertyThe byte offset ofproperty. -
LAYOUT_property
The memory layout ofproperty. -
VH_property
-
OFFSET_isText
public static final long OFFSET_isTextThe byte offset ofisText. -
LAYOUT_isText
The memory layout ofisText. -
VH_isText
-
OFFSET_dataSize
public static final long OFFSET_dataSizeThe byte offset ofdataSize. -
LAYOUT_dataSize
The memory layout ofdataSize. -
VH_dataSize
-
OFFSET_pData
public static final long OFFSET_pDataThe byte offset ofpData. -
LAYOUT_pData
The memory layout ofpData. -
VH_pData
-
-
Constructor Details
-
VkDataGraphPipelinePropertyQueryResultARM
CreatesVkDataGraphPipelinePropertyQueryResultARMwith the given segment.- Parameters:
segment- the memory segmentelementCount- the element count of this struct buffer
-
-
Method Details
-
of
CreatesVkDataGraphPipelinePropertyQueryResultARMwith the given segment.- Parameters:
segment- the memory segment- Returns:
- the created instance or
nullif the segment isNULL
-
ofNative
Creates
VkDataGraphPipelinePropertyQueryResultARMwith the given segment.Reinterprets the segment if zero-length.
- Parameters:
segment- the memory segment- Returns:
- the created instance or
nullif the segment isNULL
-
ofNative
Creates
VkDataGraphPipelinePropertyQueryResultARMwith the given segment.Reinterprets the segment if zero-length.
- Parameters:
segment- the memory segmentcount- the count of the buffer- Returns:
- the created instance or
nullif the segment isNULL
-
alloc
Allocates aVkDataGraphPipelinePropertyQueryResultARMwith the given segment allocator.- Parameters:
allocator- the segment allocator- Returns:
- the allocated
VkDataGraphPipelinePropertyQueryResultARM
-
alloc
public static VkDataGraphPipelinePropertyQueryResultARM alloc(SegmentAllocator allocator, long count) Allocates aVkDataGraphPipelinePropertyQueryResultARMwith the given segment allocator and count.- Parameters:
allocator- the segment allocatorcount- the count- Returns:
- the allocated
VkDataGraphPipelinePropertyQueryResultARM
-
copyFrom
public VkDataGraphPipelinePropertyQueryResultARM copyFrom(VkDataGraphPipelinePropertyQueryResultARM src) Copies from the given source.- Parameters:
src- the source- Returns:
this
-
reinterpret
Reinterprets this buffer with the given count.- Parameters:
count- the new count- Returns:
- the reinterpreted buffer
-
sType
ReturnssTypeat the given index.- Parameters:
segment- the segment of the structindex- the index of the struct buffer- Returns:
sTypeat the given index
-
sType
public int sType()ReturnssType.- Returns:
sType
-
sType
SetssTypewith the given value at the given index.- Parameters:
segment- the segment of the structindex- the index of the struct buffervalue- the value
-
sType
SetssTypewith the given value.- Parameters:
value- the value- Returns:
this
-
pNext
ReturnspNextat the given index.- Parameters:
segment- the segment of the structindex- the index of the struct buffer- Returns:
pNextat the given index
-
pNext
-
pNext
SetspNextwith the given value at the given index.- Parameters:
segment- the segment of the structindex- the index of the struct buffervalue- the value
-
pNext
SetspNextwith the given value.- Parameters:
value- the value- Returns:
this
-
property
Returnspropertyat the given index.- Parameters:
segment- the segment of the structindex- the index of the struct buffer- Returns:
propertyat the given index
-
property
public int property()Returnsproperty.- Returns:
property
-
property
Setspropertywith the given value at the given index.- Parameters:
segment- the segment of the structindex- the index of the struct buffervalue- the value
-
property
Setspropertywith the given value.- Parameters:
value- the value- Returns:
this
-
isText
ReturnsisTextat the given index.- Parameters:
segment- the segment of the structindex- the index of the struct buffer- Returns:
isTextat the given index
-
isText
public int isText()ReturnsisText.- Returns:
isText
-
isText
SetsisTextwith the given value at the given index.- Parameters:
segment- the segment of the structindex- the index of the struct buffervalue- the value
-
isText
SetsisTextwith the given value.- Parameters:
value- the value- Returns:
this
-
dataSize
ReturnsdataSizeat the given index.- Parameters:
segment- the segment of the structindex- the index of the struct buffer- Returns:
dataSizeat the given index
-
dataSize
public long dataSize()ReturnsdataSize.- Returns:
dataSize
-
dataSize
SetsdataSizewith the given value at the given index.- Parameters:
segment- the segment of the structindex- the index of the struct buffervalue- the value
-
dataSize
SetsdataSizewith the given value.- Parameters:
value- the value- Returns:
this
-
pData
ReturnspDataat the given index.- Parameters:
segment- the segment of the structindex- the index of the struct buffer- Returns:
pDataat the given index
-
pData
-
pData
SetspDatawith the given value at the given index.- Parameters:
segment- the segment of the structindex- the index of the struct buffervalue- the value
-
pData
SetspDatawith the given value.- Parameters:
value- the value- Returns:
this
-
asSlice
Creates a slice ofVkDataGraphPipelinePropertyQueryResultARM.- Parameters:
index- the index of the struct buffer- Returns:
- the slice of
VkDataGraphPipelinePropertyQueryResultARM
-
asSlice
Creates a slice ofVkDataGraphPipelinePropertyQueryResultARM.- Parameters:
index- the index of the struct buffercount- the count- Returns:
- the slice of
VkDataGraphPipelinePropertyQueryResultARM
-
at
public VkDataGraphPipelinePropertyQueryResultARM at(long index, Consumer<VkDataGraphPipelinePropertyQueryResultARM> func) VisitsVkDataGraphPipelinePropertyQueryResultARMbuffer at the given index.- Parameters:
index- the index of this bufferfunc- the function to run with the slice of this buffer- Returns:
this
-
sTypeAt
public int sTypeAt(long index) ReturnssTypeat the given index.- Parameters:
index- the index of the struct buffer- Returns:
sTypeat the given index
-
sTypeAt
SetssTypewith the given value at the given index.- Parameters:
index- the index of the struct buffervalue- the value- Returns:
this
-
pNextAt
ReturnspNextat the given index.- Parameters:
index- the index of the struct buffer- Returns:
pNextat the given index
-
pNextAt
SetspNextwith the given value at the given index.- Parameters:
index- the index of the struct buffervalue- the value- Returns:
this
-
propertyAt
public int propertyAt(long index) Returnspropertyat the given index.- Parameters:
index- the index of the struct buffer- Returns:
propertyat the given index
-
propertyAt
Setspropertywith the given value at the given index.- Parameters:
index- the index of the struct buffervalue- the value- Returns:
this
-
isTextAt
public int isTextAt(long index) ReturnsisTextat the given index.- Parameters:
index- the index of the struct buffer- Returns:
isTextat the given index
-
isTextAt
SetsisTextwith the given value at the given index.- Parameters:
index- the index of the struct buffervalue- the value- Returns:
this
-
dataSizeAt
public long dataSizeAt(long index) ReturnsdataSizeat the given index.- Parameters:
index- the index of the struct buffer- Returns:
dataSizeat the given index
-
dataSizeAt
SetsdataSizewith the given value at the given index.- Parameters:
index- the index of the struct buffervalue- the value- Returns:
this
-
pDataAt
ReturnspDataat the given index.- Parameters:
index- the index of the struct buffer- Returns:
pDataat the given index
-
pDataAt
SetspDatawith the given value at the given index.- Parameters:
index- the index of the struct buffervalue- the value- Returns:
this
-