1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-08-29 11:46:27 -05:00

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 430ba6da65
commit 73f6149bd6
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,