diff options
Diffstat (limited to 'Ryujinx.Graphics.GAL/IPipeline.cs')
| -rw-r--r-- | Ryujinx.Graphics.GAL/IPipeline.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Ryujinx.Graphics.GAL/IPipeline.cs b/Ryujinx.Graphics.GAL/IPipeline.cs index c331373b..77060689 100644 --- a/Ryujinx.Graphics.GAL/IPipeline.cs +++ b/Ryujinx.Graphics.GAL/IPipeline.cs @@ -61,7 +61,6 @@ namespace Ryujinx.Graphics.GAL void SetRenderTargetColorMasks(uint[] componentMask); - void SetRenderTargets(ITexture color3D, ITexture depthStencil); void SetRenderTargets(ITexture[] colors, ITexture depthStencil); void SetStencilTest(StencilTestDescriptor stencilTest); |
