#[repr(C)]pub struct PipelineCoverageModulationStateCreateInfoNV {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub flags: PipelineCoverageModulationStateCreateFlagsNV,
    pub coverage_modulation_mode: CoverageModulationModeNV,
    pub coverage_modulation_table_enable: Bool32,
    pub coverage_modulation_table_count: u32,
    pub p_coverage_modulation_table: *const f32,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§flags: PipelineCoverageModulationStateCreateFlagsNV§coverage_modulation_mode: CoverageModulationModeNV§coverage_modulation_table_enable: Bool32§coverage_modulation_table_count: u32§p_coverage_modulation_table: *const f32Implementations§
Trait Implementations§
source§impl Clone for PipelineCoverageModulationStateCreateInfoNV
 
impl Clone for PipelineCoverageModulationStateCreateInfoNV
source§fn clone(&self) -> PipelineCoverageModulationStateCreateInfoNV
 
fn clone(&self) -> PipelineCoverageModulationStateCreateInfoNV
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read more