mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-28 01:17:11 +02:00
Add support for the R4G4 texture format (#2956)
This commit is contained in:
parent
0f6d4505d5
commit
86c0fff3d1
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