FiniteRenderAttachmentRefInfo
The FiniteRenderAttachmentRefInfo struct contains information for creating a VkAttachmenReference.
typedef struct FiniteRenderAttachmentRefInfo FiniteRenderAttachmentRefInfo;struct FiniteRenderAttachmentRefInfo { uint32_t _attachment; VkImageLayout layout; FiniteAttachmentDescriptor type;};Properties
Section titled “Properties”| Type | Decription |
|---|---|
uint32_t _attachment | The number of attachments. |
VkImageLayout layout | The layout the attachment is currently at. |
FiniteAttachmentDescriptor | The type of descriptor the FintiteRenderAttachmentRef is. |
Standard Usage
Section titled “Standard Usage”This struct should be created manually and used as a params finite_render_create_render_pass