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