pub type PhysicalDeviceMultiviewFeaturesKHR = PhysicalDeviceMultiviewFeatures;
Aliased Type§
struct PhysicalDeviceMultiviewFeaturesKHR {
pub sType: u32,
pub pNext: *mut c_void,
pub multiview: u32,
pub multiviewGeometryShader: u32,
pub multiviewTessellationShader: u32,
}
Fields§
§sType: u32
§pNext: *mut c_void
§multiview: u32
§multiviewGeometryShader: u32
§multiviewTessellationShader: u32