Struct ash::vk::PhysicalDeviceMultiviewFeaturesBuilder [−][src]
#[repr(transparent)]pub struct PhysicalDeviceMultiviewFeaturesBuilder<'a> { /* fields omitted */ }
Implementations
pub fn multiview_geometry_shader(
self,
multiview_geometry_shader: bool
) -> PhysicalDeviceMultiviewFeaturesBuilder<'a>
pub fn multiview_tessellation_shader(
self,
multiview_tessellation_shader: bool
) -> PhysicalDeviceMultiviewFeaturesBuilder<'a>
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref
targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.
Methods from Deref<Target = PhysicalDeviceMultiviewFeatures>
Trait Implementations
The resulting type after dereferencing.