Struct lava::nv::VkPipelineCoverageModulationStateCreateInfo[][src]

pub struct VkPipelineCoverageModulationStateCreateInfo<'a> {
    pub flags: VkPipelineCoverageModulationStateCreateFlags,
    pub coverage_modulation_mode: VkCoverageModulationMode,
    pub coverage_modulation_table_enable: bool,
    pub coverage_modulation_table: Option<&'a [f32]>,
}

Fields

Trait Implementations

impl<'a> Debug for VkPipelineCoverageModulationStateCreateInfo<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> Clone for VkPipelineCoverageModulationStateCreateInfo<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkPipelineCoverageModulationStateCreateInfo<'static>
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations