diff options
Diffstat (limited to 'Ryujinx.Graphics.GAL/IPipeline.cs')
-rw-r--r-- | Ryujinx.Graphics.GAL/IPipeline.cs | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Ryujinx.Graphics.GAL/IPipeline.cs b/Ryujinx.Graphics.GAL/IPipeline.cs index c02f84d4..75c3077e 100644 --- a/Ryujinx.Graphics.GAL/IPipeline.cs +++ b/Ryujinx.Graphics.GAL/IPipeline.cs @@ -1,4 +1,3 @@ -using Ryujinx.Graphics.Shader; using System; namespace Ryujinx.Graphics.GAL @@ -15,9 +14,9 @@ namespace Ryujinx.Graphics.GAL void ClearRenderTargetDepthStencil( float depthValue, - bool depthMask, - int stencilValue, - int stencilMask); + bool depthMask, + int stencilValue, + int stencilMask); void CommandBufferBarrier(); |