Vulkan: Add ETC2 texture formats (#3576)

This commit is contained in:
gdkchan
2022-08-16 10:42:42 -03:00
committed by GitHub
parent 2135b6a51a
commit 0ec933a615
3 changed files with 12 additions and 0 deletions

View File

@ -82,8 +82,10 @@ namespace Ryujinx.Graphics.GAL
Bc6HUfloat,
Etc2RgbUnorm,
Etc2RgbaUnorm,
Etc2RgbPtaUnorm,
Etc2RgbSrgb,
Etc2RgbaSrgb,
Etc2RgbPtaSrgb,
R8Uscaled,
R8Sscaled,
R16Uscaled,