From 053dcfdb0572da9c03d4343a82ac69ac44e3276b Mon Sep 17 00:00:00 2001 From: gdkchan Date: Sun, 31 Jan 2021 21:13:38 -0300 Subject: Use multiple dest operands for shader call instructions (#1975) * Use multiple dest operands for shader call instructions * Passing opNode is no longer needed --- Ryujinx.Graphics.Shader/IntermediateRepresentation/Instruction.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'Ryujinx.Graphics.Shader/IntermediateRepresentation/Instruction.cs') diff --git a/Ryujinx.Graphics.Shader/IntermediateRepresentation/Instruction.cs b/Ryujinx.Graphics.Shader/IntermediateRepresentation/Instruction.cs index c0356e46..13fd55ec 100644 --- a/Ryujinx.Graphics.Shader/IntermediateRepresentation/Instruction.cs +++ b/Ryujinx.Graphics.Shader/IntermediateRepresentation/Instruction.cs @@ -32,7 +32,6 @@ namespace Ryujinx.Graphics.Shader.IntermediateRepresentation BranchIfFalse, BranchIfTrue, Call, - CallOutArgument, Ceiling, Clamp, ClampU32, -- cgit v1.2.3