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 recordRepresents a pointer to / an array ofVkAttachmentReference2structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkAttachmentReference2Modifier and TypeMethodDescriptionstatic VkAttachmentReference2VkAttachmentReference2.aspectMask(int value) @NotNull VkAttachmentReference2VkAttachmentReference2.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkAttachmentReference2.attachment(int value) static VkAttachmentReference2VkAttachmentReference2.clone(Arena arena, VkAttachmentReference2 src) VkAttachmentReference2.layout(int value) @Nullable VkAttachmentReference2VkSubpassDescription2.pColorAttachments()@Nullable VkAttachmentReference2VkSubpassDescription2.pDepthStencilAttachment()@Nullable VkAttachmentReference2VkSubpassDescriptionDepthStencilResolve.pDepthStencilResolveAttachment()@Nullable VkAttachmentReference2VkFragmentShadingRateAttachmentInfoKHR.pFragmentShadingRateAttachment()@Nullable VkAttachmentReference2VkSubpassDescription2.pInputAttachments()VkAttachmentReference2.pNext(@NotNull MemorySegment value) @Nullable VkAttachmentReference2VkSubpassDescription2.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 VkAttachmentReference2VkAttachmentReference2.clone(Arena arena, VkAttachmentReference2 src) voidVkAttachmentReference2.Ptr.write(long index, @NotNull VkAttachmentReference2 value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkAttachmentReference2Modifier and TypeMethodDescriptionVkAttachmentReference2.Ptr.at(long index, @NotNull Consumer<@NotNull VkAttachmentReference2> consumer)