#[repr(transparent)]pub struct PipelineCoverageToColorStateCreateInfoNVBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PipelineCoverageToColorStateCreateInfoNVBuilder<'a>
impl<'a> PipelineCoverageToColorStateCreateInfoNVBuilder<'a>
pub fn flags(self, flags: PipelineCoverageToColorStateCreateFlagsNV) -> Self
pub fn coverage_to_color_enable(self, coverage_to_color_enable: bool) -> Self
pub fn coverage_to_color_location(self, coverage_to_color_location: u32) -> Self
sourcepub fn build(self) -> PipelineCoverageToColorStateCreateInfoNV
pub fn build(self) -> PipelineCoverageToColorStateCreateInfoNV
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.