Type Alias ash::vk::PhysicalDeviceMultiviewFeaturesKHR
source · pub type PhysicalDeviceMultiviewFeaturesKHR = PhysicalDeviceMultiviewFeatures;
Aliased Type§
struct PhysicalDeviceMultiviewFeaturesKHR {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub multiview: u32,
pub multiview_geometry_shader: u32,
pub multiview_tessellation_shader: u32,
}
Fields§
§s_type: StructureType
§p_next: *mut c_void
§multiview: u32
§multiview_geometry_shader: u32
§multiview_tessellation_shader: u32