Struct ash::vk::PhysicalDeviceMultiviewFeatures  
source · #[repr(C)]pub struct PhysicalDeviceMultiviewFeatures {
    pub s_type: StructureType,
    pub p_next: *mut c_void,
    pub multiview: Bool32,
    pub multiview_geometry_shader: Bool32,
    pub multiview_tessellation_shader: Bool32,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§multiview: Bool32§multiview_geometry_shader: Bool32§multiview_tessellation_shader: Bool32Implementations§
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