pub type RenderPassMultiviewCreateInfoKHR = RenderPassMultiviewCreateInfo;
Expand description

Aliased Type§

struct RenderPassMultiviewCreateInfoKHR {
    pub s_type: StructureType,
    pub next: *const c_void,
    pub subpass_count: u32,
    pub view_masks: *const u32,
    pub dependency_count: u32,
    pub view_offsets: *const i32,
    pub correlation_mask_count: u32,
    pub correlation_masks: *const u32,
}

Fields§

§s_type: StructureType§next: *const c_void§subpass_count: u32§view_masks: *const u32§dependency_count: u32§view_offsets: *const i32§correlation_mask_count: u32§correlation_masks: *const u32