pub type RenderPassCreateInfo2KHR = RenderPassCreateInfo2;Aliased Type§
#[repr(C)]pub struct RenderPassCreateInfo2KHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub flags: RenderPassCreateFlagBits,
pub attachment_count: u32,
pub p_attachments: *const AttachmentDescription2,
pub subpass_count: u32,
pub p_subpasses: *const SubpassDescription2,
pub dependency_count: u32,
pub p_dependencies: *const SubpassDependency2,
pub correlated_view_mask_count: u32,
pub p_correlated_view_masks: *const u32,
}Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_RENDER_PASS_CREATE_INFO_2.
p_next: *const c_voidOptional, may be null.
flags: RenderPassCreateFlagBits§attachment_count: u32Length of p_attachments.
p_attachments: *const AttachmentDescription2§subpass_count: u32Length of p_subpasses.
p_subpasses: *const SubpassDescription2§dependency_count: u32Length of p_dependencies.
p_dependencies: *const SubpassDependency2Length of p_correlated_view_masks.