pub type PFN_vkCmdSetColorBlendEnableEXT = unsafe extern "system" fn(_command_buffer: CommandBuffer, _first_attachment: u32, _attachment_count: u32, _color_blend_enables: *const Bool32);
Expand description