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 recordRepresents a pointer to / an array ofVkClearAttachmentstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkClearAttachmentModifier and TypeMethodDescriptionstatic VkClearAttachmentVkClearAttachment.aspectMask(int value) @NotNull VkClearAttachmentVkClearAttachment.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 VkClearAttachmentVkClearAttachment.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 VkClearAttachmentVkClearAttachment.clone(Arena arena, VkClearAttachment src) voidVkClearAttachment.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)