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 recordRepresents a pointer to / an array ofVkStencilOpStatestructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkStencilOpStateModifier and TypeMethodDescriptionstatic VkStencilOpState@NotNull VkStencilOpStateVkStencilOpState.Ptr.at(long index) Returns (a pointer to) the structure at the given index.@NotNull VkStencilOpStateVkPipelineDepthStencilStateCreateInfo.back()static VkStencilOpStateVkStencilOpState.clone(Arena arena, VkStencilOpState src) VkStencilOpState.compareMask(int value) VkStencilOpState.compareOp(int value) VkStencilOpState.depthFailOp(int value) VkStencilOpState.failOp(int value) @NotNull VkStencilOpStateVkPipelineDepthStencilStateCreateInfo.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 VkStencilOpStateVkStencilOpState.clone(Arena arena, VkStencilOpState src) VkPipelineDepthStencilStateCreateInfo.front(@NotNull VkStencilOpState value) voidVkStencilOpState.Ptr.write(long index, @NotNull VkStencilOpState value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkStencilOpStateModifier and TypeMethodDescriptionVkStencilOpState.Ptr.at(long index, @NotNull Consumer<@NotNull VkStencilOpState> consumer) VkPipelineDepthStencilStateCreateInfo.back(Consumer<@NotNull VkStencilOpState> consumer) VkPipelineDepthStencilStateCreateInfo.front(Consumer<@NotNull VkStencilOpState> consumer)