VkFramebufferCreateInfo

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.
flags
VkFramebufferCreateFlags flags;
Undocumented in source.
height
uint32_t height;
Undocumented in source.
layers
uint32_t layers;
Undocumented in source.
pAttachments
const(VkImageView)* pAttachments;
Undocumented in source.
pNext
const(void)* pNext;
Undocumented in source.
renderPass
VkRenderPass renderPass;
Undocumented in source.
sType
VkStructureType sType;
Undocumented in source.
width
uint32_t width;
Undocumented in source.

Meta