Uses of Record Class
club.doki7.vulkan.datatype.VkStencilOpState
Packages that use VkStencilOpState
-
Uses of VkStencilOpState in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkStencilOpStateModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkStencilOpState
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkStencilOpStateModifier and TypeMethodDescriptionstatic VkStencilOpState
@NotNull VkStencilOpState
VkStencilOpState.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.@NotNull VkStencilOpState
VkPipelineDepthStencilStateCreateInfo.back()
static VkStencilOpState
VkStencilOpState.clone
(Arena arena, VkStencilOpState src) VkStencilOpState.compareMask
(int value) VkStencilOpState.compareOp
(int value) VkStencilOpState.depthFailOp
(int value) VkStencilOpState.failOp
(int value) @NotNull VkStencilOpState
VkPipelineDepthStencilStateCreateInfo.front()
VkStencilOpState.passOp
(int value) VkStencilOpState.reference
(int value) VkStencilOpState.Ptr.toArray()
VkStencilOpState.writeMask
(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkStencilOpStateModifier and TypeMethodDescription@NotNull Iterator
<VkStencilOpState> VkStencilOpState.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkStencilOpStateModifier and TypeMethodDescriptionVkPipelineDepthStencilStateCreateInfo.back
(@NotNull VkStencilOpState value) static VkStencilOpState
VkStencilOpState.clone
(Arena arena, VkStencilOpState src) VkPipelineDepthStencilStateCreateInfo.front
(@NotNull VkStencilOpState value) void
VkStencilOpState.Ptr.write
(long index, @NotNull VkStencilOpState value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkStencilOpStateModifier and TypeMethodDescriptionVkPipelineDepthStencilStateCreateInfo.back
(Consumer<@NotNull VkStencilOpState> consumer) VkPipelineDepthStencilStateCreateInfo.front
(Consumer<@NotNull VkStencilOpState> consumer)