Uses of Interface
club.doki7.vulkan.datatype.IVkAttachmentReference
Packages that use IVkAttachmentReference
-
Uses of IVkAttachmentReference in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement IVkAttachmentReferenceModifier and TypeClassDescriptionfinal record
Represents a pointer to aVkAttachmentReference
structure in native memory.static final record
Represents a pointer to / an array ofVkAttachmentReference
structure(s) in native memory.Methods in club.doki7.vulkan.datatype with parameters of type IVkAttachmentReferenceModifier and TypeMethodDescriptionVkSubpassDescription.pColorAttachments
(@Nullable IVkAttachmentReference value) VkSubpassDescription.pDepthStencilAttachment
(@Nullable IVkAttachmentReference value) VkSubpassDescription.pInputAttachments
(@Nullable IVkAttachmentReference value) VkSubpassDescription.pResolveAttachments
(@Nullable IVkAttachmentReference value)