Uses of Record Class
club.doki7.vulkan.datatype.VkClearDepthStencilValue
Packages that use VkClearDepthStencilValue
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkClearDepthStencilValue in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkClearDepthStencilValueModifier and TypeMethodDescriptionvoid
VkDeviceCommands.cmdClearDepthStencilImage
(VkCommandBuffer commandBuffer, VkImage image, int imageLayout, VkClearDepthStencilValue pDepthStencil, int rangeCount, IVkImageSubresourceRange pRanges) -
Uses of VkClearDepthStencilValue in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkClearDepthStencilValueModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkClearDepthStencilValue
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkClearDepthStencilValueModifier and TypeMethodDescriptionstatic VkClearDepthStencilValue
@NotNull VkClearDepthStencilValue
VkClearDepthStencilValue.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkClearDepthStencilValue
VkClearDepthStencilValue.clone
(Arena arena, VkClearDepthStencilValue src) VkClearDepthStencilValue.depth
(float value) @NotNull VkClearDepthStencilValue
VkClearValue.depthStencil()
VkClearDepthStencilValue.stencil
(int value) VkClearDepthStencilValue.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkClearDepthStencilValueModifier and TypeMethodDescription@NotNull Iterator
<VkClearDepthStencilValue> VkClearDepthStencilValue.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkClearDepthStencilValueModifier and TypeMethodDescriptionstatic VkClearDepthStencilValue
VkClearDepthStencilValue.clone
(Arena arena, VkClearDepthStencilValue src) VkClearValue.depthStencil
(@NotNull VkClearDepthStencilValue value) void
VkClearDepthStencilValue.Ptr.write
(long index, @NotNull VkClearDepthStencilValue value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkClearDepthStencilValueModifier and TypeMethodDescriptionVkClearDepthStencilValue.Ptr.at
(long index, @NotNull Consumer<@NotNull VkClearDepthStencilValue> consumer) VkClearValue.depthStencil
(Consumer<@NotNull VkClearDepthStencilValue> consumer)