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 recordRepresents a pointer to / an array ofVkClearValuestructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkClearValueModifier and TypeMethodDescriptionstatic VkClearValue@NotNull VkClearValueVkClearValue.Ptr.at(long index) Returns (a pointer to) the structure at the given index.@NotNull VkClearValueVkClearAttachment.clearValue()@NotNull VkClearValueVkRenderingAttachmentInfo.clearValue()static VkClearValueVkClearValue.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 VkClearValueVkRenderPassBeginInfo.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 VkClearValueVkClearValue.clone(Arena arena, VkClearValue src) voidVkClearValue.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)