Ryujinx/Spv.Generator/OperandType.cs
2022-06-17 22:42:35 +01:00

10 lines
141 B
C#

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