aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Shader/IntermediateRepresentation
diff options
context:
space:
mode:
authorgdk <gab.dark.100@gmail.com>2019-11-26 01:00:58 -0300
committerThog <thog@protonmail.com>2020-01-09 02:13:00 +0100
commit99f236fcf03e4304a91df70c3545b9b79ff15942 (patch)
tree2ef9768b932f3fa09efe66340f4e6f32a6130b76 /Ryujinx.Graphics.Shader/IntermediateRepresentation
parentb8528c6317423d91aefe12d927466df0c09cc172 (diff)
Simplified F2I shader instruction codegen
Diffstat (limited to 'Ryujinx.Graphics.Shader/IntermediateRepresentation')
-rw-r--r--Ryujinx.Graphics.Shader/IntermediateRepresentation/Instruction.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Ryujinx.Graphics.Shader/IntermediateRepresentation/Instruction.cs b/Ryujinx.Graphics.Shader/IntermediateRepresentation/Instruction.cs
index d99e3f2b..6acaa490 100644
--- a/Ryujinx.Graphics.Shader/IntermediateRepresentation/Instruction.cs
+++ b/Ryujinx.Graphics.Shader/IntermediateRepresentation/Instruction.cs
@@ -46,6 +46,7 @@ namespace Ryujinx.Graphics.Shader.IntermediateRepresentation
CompareNotEqual,
ConditionalSelect,
ConvertFPToS32,
+ ConvertFPToU32,
ConvertS32ToFP,
ConvertU32ToFP,
Copy,