Ryujinx/Spv.Generator/OperandType.cs

11 lines
141 B
C#

namespace Spv.Generator
{
public enum OperandType
{
Invalid,
Number,
String,
Instruction,
}
}