Skip to content

FiniteRenderAttachmentRefInfo

The FiniteRenderAttachmentRefInfo struct contains information for creating a VkAttachmenReference.

typedef struct FiniteRenderAttachmentRefInfo FiniteRenderAttachmentRefInfo;
struct FiniteRenderAttachmentRefInfo {
uint32_t _attachment;
VkImageLayout layout;
FiniteAttachmentDescriptor type;
};
TypeDecription
uint32_t _attachmentThe number of attachments.
VkImageLayout layoutThe layout the attachment is currently at.
FiniteAttachmentDescriptorThe type of descriptor the FintiteRenderAttachmentRef is.

This struct should be created manually and used as a params finite_render_create_render_pass