pub type PhysicalDeviceMultiviewPropertiesKHR = PhysicalDeviceMultiviewProperties;Aliased Type§
#[repr(C)]pub struct PhysicalDeviceMultiviewPropertiesKHR {
pub sType: i32,
pub pNext: *mut c_void,
pub maxMultiviewViewCount: u32,
pub maxMultiviewInstanceIndex: u32,
}Fields§
§sType: i32§pNext: *mut c_void§maxMultiviewViewCount: u32§maxMultiviewInstanceIndex: u32