Vulkan: Add ETC2 texture formats (#3576)
This commit is contained in:
parent
2135b6a51a
commit
0ec933a615
3 changed files with 12 additions and 0 deletions
|
@ -82,8 +82,10 @@ namespace Ryujinx.Graphics.GAL
|
|||
Bc6HUfloat,
|
||||
Etc2RgbUnorm,
|
||||
Etc2RgbaUnorm,
|
||||
Etc2RgbPtaUnorm,
|
||||
Etc2RgbSrgb,
|
||||
Etc2RgbaSrgb,
|
||||
Etc2RgbPtaSrgb,
|
||||
R8Uscaled,
|
||||
R8Sscaled,
|
||||
R16Uscaled,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue