Struct unity_native_plugin_sys::VkPipelineCoverageToColorStateCreateInfoNV [−][src]
#[repr(C)]pub struct VkPipelineCoverageToColorStateCreateInfoNV {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub flags: VkPipelineCoverageToColorStateCreateFlagsNV,
pub coverageToColorEnable: VkBool32,
pub coverageToColorLocation: u32,
}Fields
sType: VkStructureTypepNext: *const c_voidflags: VkPipelineCoverageToColorStateCreateFlagsNVcoverageToColorEnable: VkBool32coverageToColorLocation: u32Trait Implementations
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more