Struct ash::vk::PipelineCoverageToColorStateCreateInfoNV
source · #[repr(C)]pub struct PipelineCoverageToColorStateCreateInfoNV {
pub s_type: StructureType,
pub p_next: *const c_void,
pub flags: PipelineCoverageToColorStateCreateFlagsNV,
pub coverage_to_color_enable: Bool32,
pub coverage_to_color_location: u32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§flags: PipelineCoverageToColorStateCreateFlagsNV
§coverage_to_color_enable: Bool32
§coverage_to_color_location: u32
Implementations§
Trait Implementations§
source§impl Clone for PipelineCoverageToColorStateCreateInfoNV
impl Clone for PipelineCoverageToColorStateCreateInfoNV
source§fn clone(&self) -> PipelineCoverageToColorStateCreateInfoNV
fn clone(&self) -> PipelineCoverageToColorStateCreateInfoNV
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