pub type FramebufferAttachmentsCreateInfoKHR = FramebufferAttachmentsCreateInfo;
Expand description

Aliased Type§

struct FramebufferAttachmentsCreateInfoKHR {
    pub s_type: StructureType,
    pub next: *const c_void,
    pub attachment_image_info_count: u32,
    pub attachment_image_infos: *const FramebufferAttachmentImageInfo,
}

Fields§

§s_type: StructureType§next: *const c_void§attachment_image_info_count: u32§attachment_image_infos: *const FramebufferAttachmentImageInfo