Framebuffer.CreateInfo

Undocumented in source.

Members

Mixins

__anonymous
mixin VkTo!(VkFramebufferCreateInfo)
Undocumented in source.

Variables

attachments
ImageView[] attachments;
Undocumented in source.
flags
VkFramebufferCreateFlags flags;
Undocumented in source.
height
uint32_t height;
Undocumented in source.
layers
uint32_t layers;
Undocumented in source.
renderPass
RenderPass renderPass;
Undocumented in source.
width
uint32_t width;
Undocumented in source.

Meta