Uses of Record Class
club.doki7.vulkan.datatype.VkClearAttachment
Packages that use VkClearAttachment
-
Uses of VkClearAttachment in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkClearAttachmentModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkClearAttachment
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkClearAttachmentModifier and TypeMethodDescriptionstatic VkClearAttachment
VkClearAttachment.aspectMask
(int value) @NotNull VkClearAttachment
VkClearAttachment.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkClearAttachment.clearValue
(@NotNull VkClearValue value) VkClearAttachment.clearValue
(Consumer<@NotNull VkClearValue> consumer) static VkClearAttachment
VkClearAttachment.clone
(Arena arena, VkClearAttachment src) VkClearAttachment.colorAttachment
(int value) VkClearAttachment.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkClearAttachmentModifier and TypeMethodDescription@NotNull Iterator
<VkClearAttachment> VkClearAttachment.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkClearAttachmentModifier and TypeMethodDescriptionstatic VkClearAttachment
VkClearAttachment.clone
(Arena arena, VkClearAttachment src) void
VkClearAttachment.Ptr.write
(long index, @NotNull VkClearAttachment value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkClearAttachmentModifier and TypeMethodDescriptionVkClearAttachment.Ptr.at
(long index, @NotNull Consumer<@NotNull VkClearAttachment> consumer)