Struct vk_sys::FramebufferCreateInfo [−][src]
#[repr(C)]pub struct FramebufferCreateInfo { pub sType: StructureType, pub pNext: *const c_void, pub flags: FramebufferCreateFlags, pub renderPass: RenderPass, pub attachmentCount: u32, pub pAttachments: *const ImageView, pub width: u32, pub height: u32, pub layers: u32, }
Fields
sType: StructureType
pNext: *const c_void
flags: FramebufferCreateFlags
renderPass: RenderPass
attachmentCount: u32
pAttachments: *const ImageView
width: u32
height: u32
layers: u32