Struct vulkanalia_sys::PipelineCoverageModulationStateCreateInfoNV [−][src]
#[repr(C)]pub struct PipelineCoverageModulationStateCreateInfoNV {
pub s_type: StructureType,
pub 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 coverage_modulation_table: *const f32,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidflags: PipelineCoverageModulationStateCreateFlagsNVcoverage_modulation_mode: CoverageModulationModeNVcoverage_modulation_table_enable: Bool32coverage_modulation_table_count: u32coverage_modulation_table: *const f32Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more