Type Alias ash::vk::RenderPassMultiviewCreateInfoKHR
source · pub type RenderPassMultiviewCreateInfoKHR = RenderPassMultiviewCreateInfo;
Aliased Type§
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
§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