Type Alias ash::vk::RenderPassCreateInfo2KHR
source · pub type RenderPassCreateInfo2KHR = RenderPassCreateInfo2;
Aliased Type§
struct RenderPassCreateInfo2KHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub flags: RenderPassCreateFlags,
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: StructureType
§p_next: *const c_void
§flags: RenderPassCreateFlags
§attachment_count: u32
§p_attachments: *const AttachmentDescription2
§subpass_count: u32
§p_subpasses: *const SubpassDescription2
§dependency_count: u32
§p_dependencies: *const SubpassDependency2