Ryujinx/SpvGen/OperandType.cs
2022-06-17 22:42:30 +01:00

10 lines
141 B
C#

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