pub type RenderPassCreateInfo2KHR = RenderPassCreateInfo2;
Expand description

Aliased Type§

struct RenderPassCreateInfo2KHR {
    pub s_type: StructureType,
    pub next: *const c_void,
    pub flags: RenderPassCreateFlags,
    pub attachment_count: u32,
    pub attachments: *const AttachmentDescription2,
    pub subpass_count: u32,
    pub subpasses: *const SubpassDescription2,
    pub dependency_count: u32,
    pub dependencies: *const SubpassDependency2,
    pub correlated_view_mask_count: u32,
    pub correlated_view_masks: *const u32,
}

Fields§

§s_type: StructureType§next: *const c_void§flags: RenderPassCreateFlags§attachment_count: u32§attachments: *const AttachmentDescription2§subpass_count: u32§subpasses: *const SubpassDescription2§dependency_count: u32§dependencies: *const SubpassDependency2§correlated_view_mask_count: u32§correlated_view_masks: *const u32