mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-02-21 16:43:35 +00:00
11 lines
141 B
C#
11 lines
141 B
C#
|
namespace Spv.Generator
|
|||
|
{
|
|||
|
public enum OperandType
|
|||
|
{
|
|||
|
Invalid,
|
|||
|
Number,
|
|||
|
String,
|
|||
|
Instruction,
|
|||
|
}
|
|||
|
}
|