ryubing/src/Ryujinx.Graphics.GAL/IndexType.cs

10 lines
118 B
C#

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