Struct ash::vk::PhysicalDeviceCoverageReductionModeFeaturesNVBuilder [−][src]
#[repr(transparent)]pub struct PhysicalDeviceCoverageReductionModeFeaturesNVBuilder<'a> { /* fields omitted */ }
Implementations
pub fn coverage_reduction_mode(
self,
coverage_reduction_mode: bool
) -> PhysicalDeviceCoverageReductionModeFeaturesNVBuilder<'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 = PhysicalDeviceCoverageReductionModeFeaturesNV>
Trait Implementations
The resulting type after dereferencing.