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: Bool32
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 moresource§impl TaggedStructure for PhysicalDeviceMultiviewFeatures
impl TaggedStructure for PhysicalDeviceMultiviewFeatures
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_MULTIVIEW_FEATURES
impl Copy for PhysicalDeviceMultiviewFeatures
impl ExtendsDeviceCreateInfo for PhysicalDeviceMultiviewFeatures
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceMultiviewFeatures
Auto Trait Implementations§
impl Freeze for PhysicalDeviceMultiviewFeatures
impl RefUnwindSafe for PhysicalDeviceMultiviewFeatures
impl !Send for PhysicalDeviceMultiviewFeatures
impl !Sync for PhysicalDeviceMultiviewFeatures
impl Unpin for PhysicalDeviceMultiviewFeatures
impl UnwindSafe for PhysicalDeviceMultiviewFeatures
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more