Struct ash::vk::PipelineCoverageModulationStateCreateInfoNV [−][src]
#[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: StructureTypep_next: *const c_voidflags: PipelineCoverageModulationStateCreateFlagsNVcoverage_modulation_mode: CoverageModulationModeNVcoverage_modulation_table_enable: Bool32coverage_modulation_table_count: u32p_coverage_modulation_table: *const f32Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more