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