mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-30 23:57:11 +02:00
Implement R16 texture format (#147)
This commit is contained in:
parent
ffba9b94cf
commit
76c745f79d
4 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,7 @@ namespace Ryujinx.Graphics.Gal
|
|||
B5G6R5 = 0x15,
|
||||
BC7U = 0x17,
|
||||
G8R8 = 0x18,
|
||||
R16 = 0x1b,
|
||||
R8 = 0x1d,
|
||||
BC1 = 0x24,
|
||||
BC2 = 0x25,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue