Class VkFaultData.Buffer
java.lang.Object
overrungl.struct.GroupType
overrungl.vulkan.struct.VkFaultData
overrungl.vulkan.struct.VkFaultData.Buffer
-
Nested Class Summary
Nested classes/interfaces inherited from class overrungl.vulkan.struct.VkFaultData
VkFaultData.Buffer
-
Field Summary
Fields inherited from class overrungl.vulkan.struct.VkFaultData
LAYOUT, LAYOUT_faultLevel, LAYOUT_faultType, LAYOUT_pNext, LAYOUT_sType, OFFSET_faultLevel, OFFSET_faultType, OFFSET_pNext, OFFSET_sType, VH_faultLevel, VH_faultType, VH_pNext, VH_sType
-
Constructor Summary
ConstructorsConstructorDescriptionBuffer
(MemorySegment segment, long elementCount) CreatesVkFaultData.Buffer
with the given segment. -
Method Summary
Modifier and TypeMethodDescriptionasSlice
(long index) Creates a slice ofVkFaultData
.asSlice
(long index, long count) Creates a slice ofVkFaultData
.long
Estimates the element count of this group type buffer.int
faultLevelAt
(long index) ReturnsfaultLevel
at the given index.faultLevelAt
(long index, int value) SetsfaultLevel
with the given value at the given index.int
faultTypeAt
(long index) ReturnsfaultType
at the given index.faultTypeAt
(long index, int value) SetsfaultType
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.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.struct.VkFaultData
alloc, alloc, asBuffer, copyFrom, faultLevel, faultLevel, faultLevel, faultLevel, faultType, faultType, faultType, faultType, of, ofNative, ofNative, pNext, pNext, pNext, pNext, sType, sType, sType, sType
Methods inherited from class overrungl.struct.GroupType
estimateCount, groupLayout, segment
-
Constructor Details
-
Buffer
CreatesVkFaultData.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 ofVkFaultData
.- Parameters:
index
- the index of the struct buffer- Returns:
- the slice of
VkFaultData
-
asSlice
Creates a slice ofVkFaultData
.- Parameters:
index
- the index of the struct buffercount
- the count- Returns:
- the slice of
VkFaultData
-
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
-
faultLevelAt
public int faultLevelAt(long index) ReturnsfaultLevel
at the given index.- Parameters:
index
- the index of the struct buffer- Returns:
faultLevel
at the given index
-
faultLevelAt
SetsfaultLevel
with the given value at the given index.- Parameters:
index
- the index of the struct buffervalue
- the value- Returns:
this
-
faultTypeAt
public int faultTypeAt(long index) ReturnsfaultType
at the given index.- Parameters:
index
- the index of the struct buffer- Returns:
faultType
at the given index
-
faultTypeAt
SetsfaultType
with the given value at the given index.- Parameters:
index
- the index of the struct buffervalue
- the value- Returns:
this
-