pub type PhysicalDeviceMultiviewFeaturesKHR = PhysicalDeviceMultiviewFeatures;Aliased Type§
#[repr(C)]pub struct PhysicalDeviceMultiviewFeaturesKHR {
pub sType: i32,
pub pNext: *mut c_void,
pub multiview: u32,
pub multiviewGeometryShader: u32,
pub multiviewTessellationShader: u32,
}Fields§
§sType: i32§pNext: *mut c_void§multiview: u32§multiviewGeometryShader: u32§multiviewTessellationShader: u32