namespace Ryujinx.Graphics.GAL { public enum IndexType { UByte, UShort, UInt, } }