Uses of Record Class
club.doki7.vulkan.datatype.VkClearValue
Packages that use VkClearValue
-
Uses of VkClearValue in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkClearValueModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkClearValue
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkClearValueModifier and TypeMethodDescriptionstatic VkClearValue
@NotNull VkClearValue
VkClearValue.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.@NotNull VkClearValue
VkClearAttachment.clearValue()
@NotNull VkClearValue
VkRenderingAttachmentInfo.clearValue()
static VkClearValue
VkClearValue.clone
(Arena arena, VkClearValue src) VkClearValue.color
(@NotNull VkClearColorValue value) VkClearValue.color
(Consumer<@NotNull VkClearColorValue> consumer) VkClearValue.depthStencil
(@NotNull VkClearDepthStencilValue value) VkClearValue.depthStencil
(Consumer<@NotNull VkClearDepthStencilValue> consumer) @Nullable VkClearValue
VkRenderPassBeginInfo.pClearValues()
VkClearValue.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkClearValueMethods in club.doki7.vulkan.datatype with parameters of type VkClearValueModifier and TypeMethodDescriptionVkClearAttachment.clearValue
(@NotNull VkClearValue value) VkRenderingAttachmentInfo.clearValue
(@NotNull VkClearValue value) static VkClearValue
VkClearValue.clone
(Arena arena, VkClearValue src) void
VkClearValue.Ptr.write
(long index, @NotNull VkClearValue value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkClearValueModifier and TypeMethodDescriptionVkClearValue.Ptr.at
(long index, @NotNull Consumer<@NotNull VkClearValue> consumer) VkClearAttachment.clearValue
(Consumer<@NotNull VkClearValue> consumer) VkRenderingAttachmentInfo.clearValue
(Consumer<@NotNull VkClearValue> consumer)