#[repr(transparent)]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) -> Self
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.