VkRenderPassCreateInfo2

Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Members

Variables

attachmentCount
uint32_t attachmentCount;
Undocumented in source.
correlatedViewMaskCount
uint32_t correlatedViewMaskCount;
Undocumented in source.
dependencyCount
uint32_t dependencyCount;
Undocumented in source.
flags
VkRenderPassCreateFlags flags;
Undocumented in source.
pAttachments
const(VkAttachmentDescription2)* pAttachments;
Undocumented in source.
pCorrelatedViewMasks
const(uint32_t)* pCorrelatedViewMasks;
Undocumented in source.
pDependencies
const(VkSubpassDependency2)* pDependencies;
Undocumented in source.
pNext
const(void)* pNext;
Undocumented in source.
pSubpasses
const(VkSubpassDescription2)* pSubpasses;
Undocumented in source.
sType
VkStructureType sType;
Undocumented in source.
subpassCount
uint32_t subpassCount;
Undocumented in source.

Meta