Implement ETC2 (RGB) texture format (#2000)

* Implement ETC2 format

* Fix component counts for compressed formats
This commit is contained in:
gdkchan 2021-02-07 20:23:56 -03:00 committed by GitHub
parent 67033ed8e0
commit 7016d95eb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 50 additions and 44 deletions

View file

@ -82,7 +82,9 @@ namespace Ryujinx.Graphics.GAL
Bc7Srgb,
Bc6HSfloat,
Bc6HUfloat,
Etc2RgbUnorm,
Etc2RgbaUnorm,
Etc2RgbSrgb,
Etc2RgbaSrgb,
R8Uscaled,
R8Sscaled,