namespace Ryujinx.Graphics.Shader.StructuredIr
{
enum VariableType
None,
Bool,
Scalar,
Int,
F32,
F64,
S32,
U32
}