pub struct PipelineCoverageModulationStateCreateInfoNVBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PipelineCoverageModulationStateCreateInfoNVBuilder<'a>
impl<'a> PipelineCoverageModulationStateCreateInfoNVBuilder<'a>
pub fn flags(self, flags: PipelineCoverageModulationStateCreateFlagsNV) -> Self
pub fn coverage_modulation_mode( self, coverage_modulation_mode: CoverageModulationModeNV ) -> Self
pub fn coverage_modulation_table_enable( self, coverage_modulation_table_enable: bool ) -> Self
pub fn coverage_modulation_table( self, coverage_modulation_table: &'a [f32] ) -> Self
sourcepub fn build(self) -> PipelineCoverageModulationStateCreateInfoNV
pub fn build(self) -> PipelineCoverageModulationStateCreateInfoNV
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 PipelineCoverageModulationStateCreateInfoNVBuilder<'a>
impl<'a> Deref for PipelineCoverageModulationStateCreateInfoNVBuilder<'a>
source§impl<'a> DerefMut for PipelineCoverageModulationStateCreateInfoNVBuilder<'a>
impl<'a> DerefMut for PipelineCoverageModulationStateCreateInfoNVBuilder<'a>
impl ExtendsPipelineMultisampleStateCreateInfo for PipelineCoverageModulationStateCreateInfoNVBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for PipelineCoverageModulationStateCreateInfoNVBuilder<'a>
impl<'a> RefUnwindSafe for PipelineCoverageModulationStateCreateInfoNVBuilder<'a>
impl<'a> !Send for PipelineCoverageModulationStateCreateInfoNVBuilder<'a>
impl<'a> !Sync for PipelineCoverageModulationStateCreateInfoNVBuilder<'a>
impl<'a> Unpin for PipelineCoverageModulationStateCreateInfoNVBuilder<'a>
impl<'a> UnwindSafe for PipelineCoverageModulationStateCreateInfoNVBuilder<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more