pub type PFN_vkCmdClearAttachments = unsafe extern "system" fn(_command_buffer: CommandBuffer, _attachment_count: u32, _attachments: *const ClearAttachment, _rect_count: u32, _rects: *const ClearRect);
Expand description