#[repr(transparent)]pub struct PipelineCoverageReductionStateCreateInfoNVBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PipelineCoverageReductionStateCreateInfoNVBuilder<'a>
impl<'a> PipelineCoverageReductionStateCreateInfoNVBuilder<'a>
pub fn flags(self, flags: PipelineCoverageReductionStateCreateFlagsNV) -> Self
pub fn coverage_reduction_mode( self, coverage_reduction_mode: CoverageReductionModeNV ) -> Self
sourcepub fn build(self) -> PipelineCoverageReductionStateCreateInfoNV
pub fn build(self) -> PipelineCoverageReductionStateCreateInfoNV
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.