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
Implementations
Source§impl PhysicalDeviceMultiviewFeatures
impl PhysicalDeviceMultiviewFeatures
pub fn builder<'a>() -> PhysicalDeviceMultiviewFeaturesBuilder<'a>
Trait Implementations
Source§impl Clone for PhysicalDeviceMultiviewFeatures
impl Clone for PhysicalDeviceMultiviewFeatures
Source§fn clone(&self) -> PhysicalDeviceMultiviewFeatures
fn clone(&self) -> PhysicalDeviceMultiviewFeatures
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more