fn draw_indexed( state: &mut State<'_, '_, '_, '_>, index_count: u32, instance_count: u32, first_index: u32, base_vertex: i32, first_instance: u32, ) -> Result<(), DrawError>