pub type PFN_vkCmdSetColorBlendEquationEXT = unsafe extern "system" fn(_command_buffer: CommandBuffer, _first_attachment: u32, _attachment_count: u32, _color_blend_equations: *const ColorBlendEquationEXT);
Expand description