Struct ash::vk::PhysicalDeviceMultiviewFeatures [−][src]
#[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
Trait Implementations
Returns the “default value” for a type. Read more
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