Uses of Record Class
club.doki7.vulkan.datatype.VkAttachmentDescription
Packages that use VkAttachmentDescription
-
Uses of VkAttachmentDescription in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkAttachmentDescriptionModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkAttachmentDescription
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkAttachmentDescriptionModifier and TypeMethodDescriptionstatic VkAttachmentDescription
@NotNull VkAttachmentDescription
VkAttachmentDescription.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkAttachmentDescription
VkAttachmentDescription.clone
(Arena arena, VkAttachmentDescription src) VkAttachmentDescription.finalLayout
(int value) VkAttachmentDescription.flags
(int value) VkAttachmentDescription.format
(int value) VkAttachmentDescription.initialLayout
(int value) VkAttachmentDescription.loadOp
(int value) @Nullable VkAttachmentDescription
VkRenderPassCreateInfo.pAttachments()
VkAttachmentDescription.samples
(int value) VkAttachmentDescription.stencilLoadOp
(int value) VkAttachmentDescription.stencilStoreOp
(int value) VkAttachmentDescription.storeOp
(int value) VkAttachmentDescription.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkAttachmentDescriptionModifier and TypeMethodDescription@NotNull Iterator
<VkAttachmentDescription> VkAttachmentDescription.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkAttachmentDescriptionModifier and TypeMethodDescriptionstatic VkAttachmentDescription
VkAttachmentDescription.clone
(Arena arena, VkAttachmentDescription src) void
VkAttachmentDescription.Ptr.write
(long index, @NotNull VkAttachmentDescription value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkAttachmentDescriptionModifier and TypeMethodDescriptionVkAttachmentDescription.Ptr.at
(long index, @NotNull Consumer<@NotNull VkAttachmentDescription> consumer)