gpu: Implement missing texture formats (#1867)
* gpu: Implement Etc2Rgba texture format * Add more format * Fix wrong pixel format
This commit is contained in:
parent
430ba6da65
commit
73f6149bd6
3 changed files with 7 additions and 0 deletions
|
@ -82,6 +82,8 @@ namespace Ryujinx.Graphics.GAL
|
|||
Bc7Srgb,
|
||||
Bc6HSfloat,
|
||||
Bc6HUfloat,
|
||||
Etc2RgbaUnorm,
|
||||
Etc2RgbaSrgb,
|
||||
R8Uscaled,
|
||||
R8Sscaled,
|
||||
R16Uscaled,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue