diff options
| author | riperiperi <rhy3756547@hotmail.com> | 2020-07-10 18:23:15 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-10 14:23:15 -0300 |
| commit | f224769c493e80ab2bd9a674be697461749e0b94 (patch) | |
| tree | 7cf61d4b96a0ceaf87d7877be63a5b2abc2543df /Ryujinx.Graphics.GAL/IPipeline.cs | |
| parent | 189c0c9c726b3a700272831cd5cf10b2fc817cc2 (diff) | |
Implement Logical Operation registers and functionality (#1380)
* Implement Logical Operation registers and functionality.
* Address Feedback 1
Diffstat (limited to 'Ryujinx.Graphics.GAL/IPipeline.cs')
| -rw-r--r-- | Ryujinx.Graphics.GAL/IPipeline.cs | 2 |
1 files changed, 2 insertions, 0 deletions
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); |
