diff options
Diffstat (limited to 'Ryujinx.Graphics.Shader/StructuredIr/OperandInfo.cs')
| -rw-r--r-- | Ryujinx.Graphics.Shader/StructuredIr/OperandInfo.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Ryujinx.Graphics.Shader/StructuredIr/OperandInfo.cs b/Ryujinx.Graphics.Shader/StructuredIr/OperandInfo.cs index e56008f0..34428815 100644 --- a/Ryujinx.Graphics.Shader/StructuredIr/OperandInfo.cs +++ b/Ryujinx.Graphics.Shader/StructuredIr/OperandInfo.cs @@ -21,6 +21,7 @@ namespace Ryujinx.Graphics.Shader.StructuredIr { return type switch { + OperandType.Argument => VariableType.S32, OperandType.Attribute => VariableType.F32, OperandType.AttributePerPatch => VariableType.F32, OperandType.Constant => VariableType.S32, |
