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 TypeMethodDescriptionvoidVkDeviceCommands.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 recordRepresents a pointer to / an array ofVkClearDepthStencilValuestructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkClearDepthStencilValueModifier and TypeMethodDescriptionstatic VkClearDepthStencilValue@NotNull VkClearDepthStencilValueVkClearDepthStencilValue.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkClearDepthStencilValueVkClearDepthStencilValue.clone(Arena arena, VkClearDepthStencilValue src) VkClearDepthStencilValue.depth(float value) @NotNull VkClearDepthStencilValueVkClearValue.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 VkClearDepthStencilValueVkClearDepthStencilValue.clone(Arena arena, VkClearDepthStencilValue src) VkClearValue.depthStencil(@NotNull VkClearDepthStencilValue value) voidVkClearDepthStencilValue.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)