aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Graphics.GAL/IndexType.cs
blob: 8bbefc8313915ff7c871b4056e11ebaa78061107 (plain) (blame)
1
2
3
4
5
6
7
8
9
namespace Ryujinx.Graphics.GAL
{
    public enum IndexType
    {
        UByte,
        UShort,
        UInt,
    }
}