pub async fn read_depth_texture_f32( runtime: impl AsRef<WgpuRuntime>, width: usize, height: usize, texture: &Texture, ) -> Result<Option<ImageBuffer<Luma<f32>, Vec<f32>>>, TextureError>