Add support for the R4G4 texture format (#2956)
This commit is contained in:
parent
1485780d90
commit
c05c8e09d4
7 changed files with 72 additions and 18 deletions
|
@ -58,6 +58,7 @@ namespace Ryujinx.Graphics.GAL
|
|||
D32FloatS8Uint,
|
||||
R8G8B8X8Srgb,
|
||||
R8G8B8A8Srgb,
|
||||
R4G4Unorm,
|
||||
R4G4B4A4Unorm,
|
||||
R5G5B5X1Unorm,
|
||||
R5G5B5A1Unorm,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue