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 recordRepresents a pointer to aVkAttachmentReference2structure in native memory.static final recordRepresents a pointer to / an array ofVkAttachmentReference2structure(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)