0
0
mirror of https://git.743378673.xyz/MeloNX/MeloNX.git synced 2025-05-15 09:15:18 +00:00
MeloNX/Ryujinx/Gpu/NsGpuTextureFormat.cs
2018-02-04 20:08:20 -03:00

9 lines
124 B
C#

namespace Ryujinx.Gpu
{
enum NsGpuTextureFormat
{
BC1 = 0x24,
BC2 = 0x25,
BC3 = 0x26
}
}