Struct ash::vk::PipelineCoverageToColorStateCreateInfoNV [−][src]
#[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
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for PipelineCoverageToColorStateCreateInfoNV
impl !Sync for PipelineCoverageToColorStateCreateInfoNV
Blanket Implementations
Mutably borrows from an owned value. Read more