Uses of Interface
club.doki7.vulkan.datatype.IVkAttachmentReference2
Packages that use IVkAttachmentReference2
-
Uses of IVkAttachmentReference2 in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement IVkAttachmentReference2Modifier and TypeClassDescriptionfinal record
Represents a pointer to aVkAttachmentReference2
structure in native memory.static final record
Represents a pointer to / an array ofVkAttachmentReference2
structure(s) in native memory.Methods in club.doki7.vulkan.datatype with parameters of type IVkAttachmentReference2Modifier and TypeMethodDescriptionVkSubpassDescription2.pColorAttachments
(@Nullable IVkAttachmentReference2 value) VkSubpassDescription2.pDepthStencilAttachment
(@Nullable IVkAttachmentReference2 value) VkSubpassDescriptionDepthStencilResolve.pDepthStencilResolveAttachment
(@Nullable IVkAttachmentReference2 value) VkFragmentShadingRateAttachmentInfoKHR.pFragmentShadingRateAttachment
(@Nullable IVkAttachmentReference2 value) VkSubpassDescription2.pInputAttachments
(@Nullable IVkAttachmentReference2 value) VkSubpassDescription2.pResolveAttachments
(@Nullable IVkAttachmentReference2 value)