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 recordRepresents a pointer to / an array ofVkAttachmentReferencestructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkAttachmentReferenceModifier and TypeMethodDescriptionstatic VkAttachmentReference@NotNull VkAttachmentReferenceVkAttachmentReference.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkAttachmentReference.attachment(int value) static VkAttachmentReferenceVkAttachmentReference.clone(Arena arena, VkAttachmentReference src) @NotNull VkAttachmentReferenceVkRenderPassFragmentDensityMapCreateInfoEXT.fragmentDensityMapAttachment()VkAttachmentReference.layout(int value) @Nullable VkAttachmentReferenceVkSubpassDescription.pColorAttachments()@Nullable VkAttachmentReferenceVkSubpassDescription.pDepthStencilAttachment()@Nullable VkAttachmentReferenceVkSubpassDescription.pInputAttachments()@Nullable VkAttachmentReferenceVkSubpassDescription.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 VkAttachmentReferenceVkAttachmentReference.clone(Arena arena, VkAttachmentReference src) VkRenderPassFragmentDensityMapCreateInfoEXT.fragmentDensityMapAttachment(@NotNull VkAttachmentReference value) voidVkAttachmentReference.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)