VkSubpassDescription2

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

colorAttachmentCount
uint32_t colorAttachmentCount;
Undocumented in source.
flags
VkSubpassDescriptionFlags flags;
Undocumented in source.
inputAttachmentCount
uint32_t inputAttachmentCount;
Undocumented in source.
pColorAttachments
const(VkAttachmentReference2)* pColorAttachments;
Undocumented in source.
pDepthStencilAttachment
const(VkAttachmentReference2)* pDepthStencilAttachment;
Undocumented in source.
pInputAttachments
const(VkAttachmentReference2)* pInputAttachments;
Undocumented in source.
pNext
const(void)* pNext;
Undocumented in source.
pPreserveAttachments
const(uint32_t)* pPreserveAttachments;
Undocumented in source.
pResolveAttachments
const(VkAttachmentReference2)* pResolveAttachments;
Undocumented in source.
pipelineBindPoint
VkPipelineBindPoint pipelineBindPoint;
Undocumented in source.
preserveAttachmentCount
uint32_t preserveAttachmentCount;
Undocumented in source.
sType
VkStructureType sType;
Undocumented in source.
viewMask
uint32_t viewMask;
Undocumented in source.

Meta