Struct ash::vk::PhysicalDeviceMultiviewFeaturesBuilder
source · #[repr(transparent)]pub struct PhysicalDeviceMultiviewFeaturesBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceMultiviewFeaturesBuilder<'a>
impl<'a> PhysicalDeviceMultiviewFeaturesBuilder<'a>
pub fn multiview(self, multiview: bool) -> Self
pub fn multiview_geometry_shader(self, multiview_geometry_shader: bool) -> Self
pub fn multiview_tessellation_shader( self, multiview_tessellation_shader: bool ) -> Self
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.