Struct lava::nv::VkPipelineCoverageToColorStateCreateInfo[][src]

pub struct VkPipelineCoverageToColorStateCreateInfo {
    pub flags: VkPipelineCoverageToColorStateCreateFlags,
    pub coverage_to_color_enable: bool,
    pub coverage_to_color_location: usize,
}

Fields

Trait Implementations

impl Debug for VkPipelineCoverageToColorStateCreateInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for VkPipelineCoverageToColorStateCreateInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkPipelineCoverageToColorStateCreateInfo
[src]

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

Auto Trait Implementations