Skip to main content

RenderPassMultiviewCreateInfoKHR

Type Alias RenderPassMultiviewCreateInfoKHR 

Source
pub type RenderPassMultiviewCreateInfoKHR = RenderPassMultiviewCreateInfo;

Aliased Type§

#[repr(C)]
pub struct RenderPassMultiviewCreateInfoKHR { 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, }

Fields§

§s_type: StructureType

Must be VK_STRUCTURE_TYPE_RENDER_PASS_MULTIVIEW_CREATE_INFO.

§p_next: *const c_void

Optional, may be null.

§subpass_count: u32

Length of p_view_masks.

§p_view_masks: *const u32§dependency_count: u32

Length of p_view_offsets.

§p_view_offsets: *const i32§correlation_mask_count: u32

Length of p_correlation_masks.

§p_correlation_masks: *const u32