add A2B10G10R10 TextureFormat
This commit is contained in:
parent
1968386808
commit
2de9a1f503
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ namespace Ryujinx.Graphics.Gal
|
|||
R32G32B32A32 = 0x1,
|
||||
R16G16B16A16 = 0x3,
|
||||
A8B8G8R8 = 0x8,
|
||||
A2B10G10R10 = 0x9,
|
||||
R32 = 0xf,
|
||||
A1B5G5R5 = 0x14,
|
||||
B5G6R5 = 0x15,
|
||||
|
|
Loading…
Add table
Reference in a new issue