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