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