From f224769c493e80ab2bd9a674be697461749e0b94 Mon Sep 17 00:00:00 2001 From: riperiperi Date: Fri, 10 Jul 2020 18:23:15 +0100 Subject: Implement Logical Operation registers and functionality (#1380) * Implement Logical Operation registers and functionality. * Address Feedback 1 --- Ryujinx.Graphics.GAL/IPipeline.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Ryujinx.Graphics.GAL/IPipeline.cs') diff --git a/Ryujinx.Graphics.GAL/IPipeline.cs b/Ryujinx.Graphics.GAL/IPipeline.cs index e365529b..3eb778e0 100644 --- a/Ryujinx.Graphics.GAL/IPipeline.cs +++ b/Ryujinx.Graphics.GAL/IPipeline.cs @@ -42,6 +42,8 @@ namespace Ryujinx.Graphics.GAL void SetImage(int index, ShaderStage stage, ITexture texture); + void SetLogicOpState(bool enable, LogicalOp op); + void SetOrigin(Origin origin); void SetPointSize(float size); -- cgit v1.2.3