Type Alias RenderPassMultiviewCreateInfoKHR

Source
pub type RenderPassMultiviewCreateInfoKHR<'a> = RenderPassMultiviewCreateInfo<'a>;

Aliased Type§

#[repr(C)]
pub struct RenderPassMultiviewCreateInfoKHR<'a> { pub s_type: StructureType, pub p_next: *const c_void, pub subpass_count: u32, pub p_view_masks: *const u32, pub dependency_count: u32, pub p_view_offsets: *const i32, pub correlation_mask_count: u32, pub p_correlation_masks: *const u32, pub _marker: PhantomData<&'a ()>, }

Fields§

§s_type: StructureType§p_next: *const c_void§subpass_count: u32§p_view_masks: *const u32§dependency_count: u32§p_view_offsets: *const i32§correlation_mask_count: u32§p_correlation_masks: *const u32§_marker: PhantomData<&'a ()>