Uses of Record Class
club.doki7.vulkan.datatype.VkAttachmentReference2
Packages that use VkAttachmentReference2
-
Uses of VkAttachmentReference2 in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkAttachmentReference2Modifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkAttachmentReference2
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkAttachmentReference2Modifier and TypeMethodDescriptionstatic VkAttachmentReference2
VkAttachmentReference2.aspectMask
(int value) @NotNull VkAttachmentReference2
VkAttachmentReference2.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkAttachmentReference2.attachment
(int value) static VkAttachmentReference2
VkAttachmentReference2.clone
(Arena arena, VkAttachmentReference2 src) VkAttachmentReference2.layout
(int value) @Nullable VkAttachmentReference2
VkSubpassDescription2.pColorAttachments()
@Nullable VkAttachmentReference2
VkSubpassDescription2.pDepthStencilAttachment()
@Nullable VkAttachmentReference2
VkSubpassDescriptionDepthStencilResolve.pDepthStencilResolveAttachment()
@Nullable VkAttachmentReference2
VkFragmentShadingRateAttachmentInfoKHR.pFragmentShadingRateAttachment()
@Nullable VkAttachmentReference2
VkSubpassDescription2.pInputAttachments()
@Nullable VkAttachmentReference2
VkSubpassDescription2.pResolveAttachments()
VkAttachmentReference2.sType
(int value) VkAttachmentReference2.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkAttachmentReference2Modifier and TypeMethodDescription@NotNull Iterator
<VkAttachmentReference2> VkAttachmentReference2.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkAttachmentReference2Modifier and TypeMethodDescriptionstatic VkAttachmentReference2
VkAttachmentReference2.clone
(Arena arena, VkAttachmentReference2 src) void
VkAttachmentReference2.Ptr.write
(long index, @NotNull VkAttachmentReference2 value)