Type Alias RenderPassCreateInfo2KHR
Source pub type RenderPassCreateInfo2KHR = RenderPassCreateInfo2;
Expand description
#[repr(C)]
pub 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,
}