Class VkReleaseSwapchainImagesInfoEXT.Buffer
java.lang.Object
overrungl.struct.GroupType
overrungl.vulkan.ext.struct.VkReleaseSwapchainImagesInfoEXT
overrungl.vulkan.ext.struct.VkReleaseSwapchainImagesInfoEXT.Buffer
- All Implemented Interfaces:
Addressable
- Enclosing class:
VkReleaseSwapchainImagesInfoEXT
public static final class VkReleaseSwapchainImagesInfoEXT.Buffer
extends VkReleaseSwapchainImagesInfoEXT
A buffer of
VkReleaseSwapchainImagesInfoEXT
.-
Nested Class Summary
Nested classes/interfaces inherited from class overrungl.vulkan.ext.struct.VkReleaseSwapchainImagesInfoEXT
VkReleaseSwapchainImagesInfoEXT.Buffer
-
Field Summary
Fields inherited from class overrungl.vulkan.ext.struct.VkReleaseSwapchainImagesInfoEXT
LAYOUT, LAYOUT_imageIndexCount, LAYOUT_pImageIndices, LAYOUT_pNext, LAYOUT_sType, LAYOUT_swapchain, OFFSET_imageIndexCount, OFFSET_pImageIndices, OFFSET_pNext, OFFSET_sType, OFFSET_swapchain, VH_imageIndexCount, VH_pImageIndices, VH_pNext, VH_sType, VH_swapchain
-
Constructor Summary
ConstructorsConstructorDescriptionBuffer
(MemorySegment segment, long elementCount) CreatesVkReleaseSwapchainImagesInfoEXT.Buffer
with the given segment. -
Method Summary
Modifier and TypeMethodDescriptionasSlice
(long index) Creates a slice ofVkReleaseSwapchainImagesInfoEXT
.asSlice
(long index, long count) Creates a slice ofVkReleaseSwapchainImagesInfoEXT
.long
Estimates the element count of this group type buffer.int
imageIndexCountAt
(long index) ReturnsimageIndexCount
at the given index.imageIndexCountAt
(long index, int value) SetsimageIndexCount
with the given value at the given index.pImageIndicesAt
(long index) ReturnspImageIndices
at the given index.pImageIndicesAt
(long index, MemorySegment value) SetspImageIndices
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.long
swapchainAt
(long index) Returnsswapchain
at the given index.swapchainAt
(long index, long value) Setsswapchain
with the given value at the given index.Methods inherited from class overrungl.vulkan.ext.struct.VkReleaseSwapchainImagesInfoEXT
alloc, alloc, asBuffer, copyFrom, imageIndexCount, imageIndexCount, imageIndexCount, imageIndexCount, of, ofNative, ofNative, pImageIndices, pImageIndices, pImageIndices, pImageIndices, pNext, pNext, pNext, pNext, sType, sType, sType, sType, swapchain, swapchain, swapchain, swapchain
Methods inherited from class overrungl.struct.GroupType
estimateCount, groupLayout, segment
-
Constructor Details
-
Buffer
CreatesVkReleaseSwapchainImagesInfoEXT.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 ofVkReleaseSwapchainImagesInfoEXT
.- Parameters:
index
- the index of the struct buffer- Returns:
- the slice of
VkReleaseSwapchainImagesInfoEXT
-
asSlice
Creates a slice ofVkReleaseSwapchainImagesInfoEXT
.- Parameters:
index
- the index of the struct buffercount
- the count- Returns:
- the slice of
VkReleaseSwapchainImagesInfoEXT
-
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
-
swapchainAt
public long swapchainAt(long index) Returnsswapchain
at the given index.- Parameters:
index
- the index of the struct buffer- Returns:
swapchain
at the given index
-
swapchainAt
Setsswapchain
with the given value at the given index.- Parameters:
index
- the index of the struct buffervalue
- the value- Returns:
this
-
imageIndexCountAt
public int imageIndexCountAt(long index) ReturnsimageIndexCount
at the given index.- Parameters:
index
- the index of the struct buffer- Returns:
imageIndexCount
at the given index
-
imageIndexCountAt
SetsimageIndexCount
with the given value at the given index.- Parameters:
index
- the index of the struct buffervalue
- the value- Returns:
this
-
pImageIndicesAt
ReturnspImageIndices
at the given index.- Parameters:
index
- the index of the struct buffer- Returns:
pImageIndices
at the given index
-
pImageIndicesAt
SetspImageIndices
with the given value at the given index.- Parameters:
index
- the index of the struct buffervalue
- the value- Returns:
this
-