pub type PFN_vkCmdDrawIndexed = unsafe extern "system" fn(_command_buffer: CommandBuffer, _index_count: u32, _instance_count: u32, _first_index: u32, _vertex_offset: i32, _first_instance: u32);
Expand description