#[repr(C)]pub struct PhysicalDeviceMultiviewFeatures {
pub s_type: StructureType,
pub next: *mut c_void,
pub multiview: Bool32,
pub multiview_geometry_shader: Bool32,
pub multiview_tessellation_shader: Bool32,
}Expand description
Fields
s_type: StructureTypenext: *mut c_voidmultiview: Bool32multiview_geometry_shader: Bool32multiview_tessellation_shader: Bool32Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl !Send for PhysicalDeviceMultiviewFeatures
impl !Sync for PhysicalDeviceMultiviewFeatures
impl Unpin for PhysicalDeviceMultiviewFeatures
Blanket Implementations
Mutably borrows from an owned value. Read more