pub struct PipelineCoverageReductionStateCreateInfoNVBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> PipelineCoverageReductionStateCreateInfoNVBuilder<'a>
impl<'a> PipelineCoverageReductionStateCreateInfoNVBuilder<'a>
pub fn flags(
self,
flags: PipelineCoverageReductionStateCreateFlagsNV
) -> PipelineCoverageReductionStateCreateInfoNVBuilder<'a>
pub fn coverage_reduction_mode(
self,
coverage_reduction_mode: CoverageReductionModeNV
) -> PipelineCoverageReductionStateCreateInfoNVBuilder<'a>
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.
Trait Implementations§
source§impl<'a> Deref for PipelineCoverageReductionStateCreateInfoNVBuilder<'a>
impl<'a> Deref for PipelineCoverageReductionStateCreateInfoNVBuilder<'a>
§type Target = PipelineCoverageReductionStateCreateInfoNV
type Target = PipelineCoverageReductionStateCreateInfoNV
The resulting type after dereferencing.