diff options
Diffstat (limited to 'Ryujinx.Graphics.Shader/Decoders/ReductionType.cs')
| -rw-r--r-- | Ryujinx.Graphics.Shader/Decoders/ReductionType.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Ryujinx.Graphics.Shader/Decoders/ReductionType.cs b/Ryujinx.Graphics.Shader/Decoders/ReductionType.cs index 4c8bd37e..90814c69 100644 --- a/Ryujinx.Graphics.Shader/Decoders/ReductionType.cs +++ b/Ryujinx.Graphics.Shader/Decoders/ReductionType.cs @@ -7,6 +7,8 @@ namespace Ryujinx.Graphics.Shader.Decoders U64 = 2, FP32FtzRn = 3, FP16x2FtzRn = 4, - S64 = 5 + S64 = 5, + SD32 = 6, + SD64 = 7 } }
\ No newline at end of file |
