Class VkDataGraphPipelineCreateInfoARM.Buffer
java.lang.Object
overrungl.struct.GroupType
overrungl.vulkan.arm.struct.VkDataGraphPipelineCreateInfoARM
overrungl.vulkan.arm.struct.VkDataGraphPipelineCreateInfoARM.Buffer
- All Implemented Interfaces:
Addressable
- Enclosing class:
VkDataGraphPipelineCreateInfoARM
public static final class VkDataGraphPipelineCreateInfoARM.Buffer
extends VkDataGraphPipelineCreateInfoARM
A buffer of
VkDataGraphPipelineCreateInfoARM
.-
Nested Class Summary
Nested classes/interfaces inherited from class overrungl.vulkan.arm.struct.VkDataGraphPipelineCreateInfoARM
VkDataGraphPipelineCreateInfoARM.Buffer
-
Field Summary
Fields inherited from class overrungl.vulkan.arm.struct.VkDataGraphPipelineCreateInfoARM
LAYOUT, LAYOUT_flags, LAYOUT_layout, LAYOUT_pNext, LAYOUT_pResourceInfos, LAYOUT_resourceInfoCount, LAYOUT_sType, OFFSET_flags, OFFSET_layout, OFFSET_pNext, OFFSET_pResourceInfos, OFFSET_resourceInfoCount, OFFSET_sType, VH_flags, VH_layout, VH_pNext, VH_pResourceInfos, VH_resourceInfoCount, VH_sType
-
Constructor Summary
ConstructorsConstructorDescriptionBuffer
(MemorySegment segment, long elementCount) CreatesVkDataGraphPipelineCreateInfoARM.Buffer
with the given segment. -
Method Summary
Modifier and TypeMethodDescriptionasSlice
(long index) Creates a slice ofVkDataGraphPipelineCreateInfoARM
.asSlice
(long index, long count) Creates a slice ofVkDataGraphPipelineCreateInfoARM
.long
Estimates the element count of this group type buffer.long
flagsAt
(long index) Returnsflags
at the given index.flagsAt
(long index, long value) Setsflags
with the given value at the given index.long
layoutAt
(long index) Returnslayout
at the given index.layoutAt
(long index, long value) Setslayout
with the given value at the given index.pNextAt
(long index) ReturnspNext
at the given index.pNextAt
(long index, MemorySegment value) SetspNext
with the given value at the given index.pResourceInfosAt
(long index) ReturnspResourceInfos
at the given index.pResourceInfosAt
(long index, MemorySegment value) SetspResourceInfos
with the given value at the given index.int
resourceInfoCountAt
(long index) ReturnsresourceInfoCount
at the given index.resourceInfoCountAt
(long index, int value) SetsresourceInfoCount
with the given value at the given index.int
sTypeAt
(long index) ReturnssType
at the given index.sTypeAt
(long index, int value) SetssType
with the given value at the given index.Methods inherited from class overrungl.vulkan.arm.struct.VkDataGraphPipelineCreateInfoARM
alloc, alloc, allocInit, allocInit, allocInit, allocInit, allocInit, allocInit, asBuffer, copyFrom, flags, flags, flags, flags, layout, layout, layout, layout, of, ofNative, ofNative, pNext, pNext, pNext, pNext, pResourceInfos, pResourceInfos, pResourceInfos, pResourceInfos, resourceInfoCount, resourceInfoCount, resourceInfoCount, resourceInfoCount, sType, sType, sType, sType
Methods inherited from class overrungl.struct.GroupType
estimateCount, groupLayout, segment
-
Constructor Details
-
Buffer
CreatesVkDataGraphPipelineCreateInfoARM.Buffer
with the given segment.- Parameters:
segment
- the memory segmentelementCount
- the element count
-
-
Method Details
-
estimateCount
public long estimateCount()Description copied from class:GroupType
Estimates the element count of this group type buffer.- Overrides:
estimateCount
in classGroupType
- Returns:
- the estimated element count of the group type buffer
-
asSlice
Creates a slice ofVkDataGraphPipelineCreateInfoARM
.- Parameters:
index
- the index of the struct buffer- Returns:
- the slice of
VkDataGraphPipelineCreateInfoARM
-
asSlice
Creates a slice ofVkDataGraphPipelineCreateInfoARM
.- Parameters:
index
- the index of the struct buffercount
- the count- Returns:
- the slice of
VkDataGraphPipelineCreateInfoARM
-
sTypeAt
public int sTypeAt(long index) ReturnssType
at the given index.- Parameters:
index
- the index of the struct buffer- Returns:
sType
at the given index
-
sTypeAt
SetssType
with the given value at the given index.- Parameters:
index
- the index of the struct buffervalue
- the value- Returns:
this
-
pNextAt
ReturnspNext
at the given index.- Parameters:
index
- the index of the struct buffer- Returns:
pNext
at the given index
-
pNextAt
SetspNext
with the given value at the given index.- Parameters:
index
- the index of the struct buffervalue
- the value- Returns:
this
-
flagsAt
public long flagsAt(long index) Returnsflags
at the given index.- Parameters:
index
- the index of the struct buffer- Returns:
flags
at the given index
-
flagsAt
Setsflags
with the given value at the given index.- Parameters:
index
- the index of the struct buffervalue
- the value- Returns:
this
-
layoutAt
public long layoutAt(long index) Returnslayout
at the given index.- Parameters:
index
- the index of the struct buffer- Returns:
layout
at the given index
-
layoutAt
Setslayout
with the given value at the given index.- Parameters:
index
- the index of the struct buffervalue
- the value- Returns:
this
-
resourceInfoCountAt
public int resourceInfoCountAt(long index) ReturnsresourceInfoCount
at the given index.- Parameters:
index
- the index of the struct buffer- Returns:
resourceInfoCount
at the given index
-
resourceInfoCountAt
SetsresourceInfoCount
with the given value at the given index.- Parameters:
index
- the index of the struct buffervalue
- the value- Returns:
this
-
pResourceInfosAt
ReturnspResourceInfos
at the given index.- Parameters:
index
- the index of the struct buffer- Returns:
pResourceInfos
at the given index
-
pResourceInfosAt
SetspResourceInfos
with the given value at the given index.- Parameters:
index
- the index of the struct buffervalue
- the value- Returns:
this
-