Uses of Record Class
tech.icey.vk4j.datatype.VkAttachmentReference
Packages that use VkAttachmentReference
-
Uses of VkAttachmentReference in tech.icey.vk4j.datatype
Methods in tech.icey.vk4j.datatype that return VkAttachmentReferenceModifier and TypeMethodDescriptionstatic VkAttachmentReferencestatic VkAttachmentReference[]static VkAttachmentReferenceVkAttachmentReference.clone(Arena arena, VkAttachmentReference src) static VkAttachmentReference[]VkAttachmentReference.clone(Arena arena, VkAttachmentReference[] src) VkRenderPassFragmentDensityMapCreateInfoEXT.fragmentDensityMapAttachment()@Nullable VkAttachmentReferenceVkSubpassDescription.pColorAttachments()@Nullable VkAttachmentReference[]VkSubpassDescription.pColorAttachments(int assumedCount) @Nullable VkAttachmentReferenceVkSubpassDescription.pDepthStencilAttachment()@Nullable VkAttachmentReference[]VkSubpassDescription.pDepthStencilAttachment(int assumedCount) @Nullable VkAttachmentReferenceVkSubpassDescription.pInputAttachments()@Nullable VkAttachmentReference[]VkSubpassDescription.pInputAttachments(int assumedCount) @Nullable VkAttachmentReferenceVkSubpassDescription.pResolveAttachments()@Nullable VkAttachmentReference[]VkSubpassDescription.pResolveAttachments(int assumedCount) Methods in tech.icey.vk4j.datatype with parameters of type VkAttachmentReferenceModifier and TypeMethodDescriptionstatic VkAttachmentReferenceVkAttachmentReference.clone(Arena arena, VkAttachmentReference src) static VkAttachmentReference[]VkAttachmentReference.clone(Arena arena, VkAttachmentReference[] src) voidVkRenderPassFragmentDensityMapCreateInfoEXT.fragmentDensityMapAttachment(VkAttachmentReference value) voidVkSubpassDescription.pColorAttachments(@Nullable VkAttachmentReference value) voidVkSubpassDescription.pDepthStencilAttachment(@Nullable VkAttachmentReference value) voidVkSubpassDescription.pInputAttachments(@Nullable VkAttachmentReference value) voidVkSubpassDescription.pResolveAttachments(@Nullable VkAttachmentReference value)