gpu: Implement missing texture formats (#1867)

* gpu: Implement Etc2Rgba texture format

* Add more format

* Fix wrong pixel format
This commit is contained in:
Ac_K 2021-01-05 06:02:49 +01:00 committed by GitHub
parent 782eab4b69
commit 832f969c75
3 changed files with 7 additions and 0 deletions

View file

@ -82,6 +82,8 @@ namespace Ryujinx.Graphics.GAL
Bc7Srgb,
Bc6HSfloat,
Bc6HUfloat,
Etc2RgbaUnorm,
Etc2RgbaSrgb,
R8Uscaled,
R8Sscaled,
R16Uscaled,