Class VkPhysicalDeviceDepthStencilResolveProperties.Buffer
java.lang.Object
overrungl.struct.GroupType
overrungl.vulkan.struct.VkPhysicalDeviceDepthStencilResolveProperties
overrungl.vulkan.struct.VkPhysicalDeviceDepthStencilResolveProperties.Buffer
- All Implemented Interfaces:
Addressable
- Enclosing class:
VkPhysicalDeviceDepthStencilResolveProperties
public static final class VkPhysicalDeviceDepthStencilResolveProperties.Buffer
extends VkPhysicalDeviceDepthStencilResolveProperties
A buffer of
VkPhysicalDeviceDepthStencilResolveProperties
.-
Nested Class Summary
Nested classes/interfaces inherited from class overrungl.vulkan.struct.VkPhysicalDeviceDepthStencilResolveProperties
VkPhysicalDeviceDepthStencilResolveProperties.Buffer
-
Field Summary
Fields inherited from class overrungl.vulkan.struct.VkPhysicalDeviceDepthStencilResolveProperties
LAYOUT, LAYOUT_independentResolve, LAYOUT_independentResolveNone, LAYOUT_pNext, LAYOUT_sType, LAYOUT_supportedDepthResolveModes, LAYOUT_supportedStencilResolveModes, OFFSET_independentResolve, OFFSET_independentResolveNone, OFFSET_pNext, OFFSET_sType, OFFSET_supportedDepthResolveModes, OFFSET_supportedStencilResolveModes, VH_independentResolve, VH_independentResolveNone, VH_pNext, VH_sType, VH_supportedDepthResolveModes, VH_supportedStencilResolveModes
-
Constructor Summary
ConstructorsConstructorDescriptionBuffer
(MemorySegment segment, long elementCount) CreatesVkPhysicalDeviceDepthStencilResolveProperties.Buffer
with the given segment. -
Method Summary
Modifier and TypeMethodDescriptionasSlice
(long index) Creates a slice ofVkPhysicalDeviceDepthStencilResolveProperties
.asSlice
(long index, long count) Creates a slice ofVkPhysicalDeviceDepthStencilResolveProperties
.long
Estimates the element count of this group type buffer.int
independentResolveAt
(long index) ReturnsindependentResolve
at the given index.independentResolveAt
(long index, int value) SetsindependentResolve
with the given value at the given index.int
independentResolveNoneAt
(long index) ReturnsindependentResolveNone
at the given index.independentResolveNoneAt
(long index, int value) SetsindependentResolveNone
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.int
supportedDepthResolveModesAt
(long index) ReturnssupportedDepthResolveModes
at the given index.supportedDepthResolveModesAt
(long index, int value) SetssupportedDepthResolveModes
with the given value at the given index.int
supportedStencilResolveModesAt
(long index) ReturnssupportedStencilResolveModes
at the given index.supportedStencilResolveModesAt
(long index, int value) SetssupportedStencilResolveModes
with the given value at the given index.Methods inherited from class overrungl.vulkan.struct.VkPhysicalDeviceDepthStencilResolveProperties
alloc, alloc, asBuffer, copyFrom, independentResolve, independentResolve, independentResolve, independentResolve, independentResolveNone, independentResolveNone, independentResolveNone, independentResolveNone, of, ofNative, ofNative, pNext, pNext, pNext, pNext, sType, sType, sType, sType, supportedDepthResolveModes, supportedDepthResolveModes, supportedDepthResolveModes, supportedDepthResolveModes, supportedStencilResolveModes, supportedStencilResolveModes, supportedStencilResolveModes, supportedStencilResolveModes
Methods inherited from class overrungl.struct.GroupType
estimateCount, groupLayout, segment
-
Constructor Details
-
Buffer
CreatesVkPhysicalDeviceDepthStencilResolveProperties.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 ofVkPhysicalDeviceDepthStencilResolveProperties
.- Parameters:
index
- the index of the struct buffer- Returns:
- the slice of
VkPhysicalDeviceDepthStencilResolveProperties
-
asSlice
Creates a slice ofVkPhysicalDeviceDepthStencilResolveProperties
.- Parameters:
index
- the index of the struct buffercount
- the count- Returns:
- the slice of
VkPhysicalDeviceDepthStencilResolveProperties
-
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
public VkPhysicalDeviceDepthStencilResolveProperties.Buffer pNextAt(long index, MemorySegment value) SetspNext
with the given value at the given index.- Parameters:
index
- the index of the struct buffervalue
- the value- Returns:
this
-
supportedDepthResolveModesAt
public int supportedDepthResolveModesAt(long index) ReturnssupportedDepthResolveModes
at the given index.- Parameters:
index
- the index of the struct buffer- Returns:
supportedDepthResolveModes
at the given index
-
supportedDepthResolveModesAt
public VkPhysicalDeviceDepthStencilResolveProperties.Buffer supportedDepthResolveModesAt(long index, int value) SetssupportedDepthResolveModes
with the given value at the given index.- Parameters:
index
- the index of the struct buffervalue
- the value- Returns:
this
-
supportedStencilResolveModesAt
public int supportedStencilResolveModesAt(long index) ReturnssupportedStencilResolveModes
at the given index.- Parameters:
index
- the index of the struct buffer- Returns:
supportedStencilResolveModes
at the given index
-
supportedStencilResolveModesAt
public VkPhysicalDeviceDepthStencilResolveProperties.Buffer supportedStencilResolveModesAt(long index, int value) SetssupportedStencilResolveModes
with the given value at the given index.- Parameters:
index
- the index of the struct buffervalue
- the value- Returns:
this
-
independentResolveNoneAt
public int independentResolveNoneAt(long index) ReturnsindependentResolveNone
at the given index.- Parameters:
index
- the index of the struct buffer- Returns:
independentResolveNone
at the given index
-
independentResolveNoneAt
public VkPhysicalDeviceDepthStencilResolveProperties.Buffer independentResolveNoneAt(long index, int value) SetsindependentResolveNone
with the given value at the given index.- Parameters:
index
- the index of the struct buffervalue
- the value- Returns:
this
-
independentResolveAt
public int independentResolveAt(long index) ReturnsindependentResolve
at the given index.- Parameters:
index
- the index of the struct buffer- Returns:
independentResolve
at the given index
-
independentResolveAt
public VkPhysicalDeviceDepthStencilResolveProperties.Buffer independentResolveAt(long index, int value) SetsindependentResolve
with the given value at the given index.- Parameters:
index
- the index of the struct buffervalue
- the value- Returns:
this
-