VkRenderPassCreateInfo

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.
dependencyCount
uint32_t dependencyCount;
Undocumented in source.
flags
VkRenderPassCreateFlags flags;
Undocumented in source.
pAttachments
const(VkAttachmentDescription)* pAttachments;
Undocumented in source.
pDependencies
const(VkSubpassDependency)* pDependencies;
Undocumented in source.
pNext
const(void)* pNext;
Undocumented in source.
pSubpasses
const(VkSubpassDescription)* pSubpasses;
Undocumented in source.
sType
VkStructureType sType;
Undocumented in source.
subpassCount
uint32_t subpassCount;
Undocumented in source.

Meta