pub type PhysicalDeviceMultiviewPropertiesKHR = PhysicalDeviceMultiviewProperties;Aliased Type§
#[repr(C)]pub struct PhysicalDeviceMultiviewPropertiesKHR {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub max_multiview_view_count: u32,
pub max_multiview_instance_index: u32,
}Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_PROPERTIES.
p_next: *mut c_voidOptional, may be null.
max_multiview_view_count: u32§max_multiview_instance_index: u32