Uses of Record Class
club.doki7.vulkan.datatype.VkAttachmentReference
Packages that use VkAttachmentReference
-
Uses of VkAttachmentReference in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkAttachmentReferenceModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkAttachmentReference
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkAttachmentReferenceModifier and TypeMethodDescriptionstatic VkAttachmentReference
@NotNull VkAttachmentReference
VkAttachmentReference.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkAttachmentReference.attachment
(int value) static VkAttachmentReference
VkAttachmentReference.clone
(Arena arena, VkAttachmentReference src) @NotNull VkAttachmentReference
VkRenderPassFragmentDensityMapCreateInfoEXT.fragmentDensityMapAttachment()
VkAttachmentReference.layout
(int value) @Nullable VkAttachmentReference
VkSubpassDescription.pColorAttachments()
@Nullable VkAttachmentReference
VkSubpassDescription.pDepthStencilAttachment()
@Nullable VkAttachmentReference
VkSubpassDescription.pInputAttachments()
@Nullable VkAttachmentReference
VkSubpassDescription.pResolveAttachments()
VkAttachmentReference.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkAttachmentReferenceModifier and TypeMethodDescription@NotNull Iterator
<VkAttachmentReference> VkAttachmentReference.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkAttachmentReferenceModifier and TypeMethodDescriptionstatic VkAttachmentReference
VkAttachmentReference.clone
(Arena arena, VkAttachmentReference src) VkRenderPassFragmentDensityMapCreateInfoEXT.fragmentDensityMapAttachment
(@NotNull VkAttachmentReference value) void
VkAttachmentReference.Ptr.write
(long index, @NotNull VkAttachmentReference value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkAttachmentReferenceModifier and TypeMethodDescriptionVkAttachmentReference.Ptr.at
(long index, @NotNull Consumer<@NotNull VkAttachmentReference> consumer) VkRenderPassFragmentDensityMapCreateInfoEXT.fragmentDensityMapAttachment
(Consumer<@NotNull VkAttachmentReference> consumer)