1 2 3 4 5 6 7 8 9 10 11 12 13 14
namespace Ryujinx.Graphics.Shader.StructuredIr { enum VariableType { None, Bool, Scalar, Int, F32, F64, S32, U32 } }