pub struct PhysicalDeviceMultiviewFeaturesBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> PhysicalDeviceMultiviewFeaturesBuilder<'a>
impl<'a> PhysicalDeviceMultiviewFeaturesBuilder<'a>
pub fn multiview(
self,
multiview: bool
) -> PhysicalDeviceMultiviewFeaturesBuilder<'a>
pub fn multiview_geometry_shader(
self,
multiview_geometry_shader: bool
) -> PhysicalDeviceMultiviewFeaturesBuilder<'a>
pub fn multiview_tessellation_shader(
self,
multiview_tessellation_shader: bool
) -> PhysicalDeviceMultiviewFeaturesBuilder<'a>
sourcepub fn build(self) -> PhysicalDeviceMultiviewFeatures
pub fn build(self) -> PhysicalDeviceMultiviewFeatures
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.
Trait Implementations§
source§impl<'a> Deref for PhysicalDeviceMultiviewFeaturesBuilder<'a>
impl<'a> Deref for PhysicalDeviceMultiviewFeaturesBuilder<'a>
§type Target = PhysicalDeviceMultiviewFeatures
type Target = PhysicalDeviceMultiviewFeatures
The resulting type after dereferencing.