Texture Cache: Rescale conversions between depth and color

This commit is contained in:
FernandoS27 2021-10-17 02:21:26 +02:00 committed by Fernando Sahmkow
parent ef1dc42635
commit d4f5193bd3
6 changed files with 37 additions and 25 deletions

View file

@ -1774,7 +1774,7 @@ void TextureCache<P>::CopyImage(ImageId dst_id, ImageId src_id, std::vector<Imag
};
UNIMPLEMENTED_IF(copy.extent != expected_size);
runtime.ConvertImage(dst_framebuffer, dst_view, src_view);
runtime.ConvertImage(dst_framebuffer, dst_view, src_view, is_rescaled);
}
}