mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-03-05 21:08:46 +01:00
10 lines
No EOL
177 B
C#
10 lines
No EOL
177 B
C#
namespace Ryujinx.Graphics.Gal
|
|
{
|
|
public enum GalTextureFormat
|
|
{
|
|
A8B8G8R8 = 0x8,
|
|
BC1 = 0x24,
|
|
BC2 = 0x25,
|
|
BC3 = 0x26
|
|
}
|
|
} |