Struct screen_13::prelude::vk::PhysicalDeviceMultiviewFeatures
source · pub struct PhysicalDeviceMultiviewFeatures {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub multiview: u32,
pub multiview_geometry_shader: u32,
pub multiview_tessellation_shader: u32,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§multiview: u32§multiview_geometry_shader: u32§multiview_tessellation_shader: u32Implementations§
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 moresource§impl Default for PhysicalDeviceMultiviewFeatures
impl Default for PhysicalDeviceMultiviewFeatures
source§fn default() -> PhysicalDeviceMultiviewFeatures
fn default() -> PhysicalDeviceMultiviewFeatures
Returns the “default value” for a type. Read more