diff options
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 fc5cf483..5b663823 100644 --- a/Ryujinx.Graphics.GAL/IPipeline.cs +++ b/Ryujinx.Graphics.GAL/IPipeline.cs @@ -48,6 +48,8 @@ namespace Ryujinx.Graphics.GAL void SetProgram(IProgram program); + void SetRasterizerDiscard(bool discard); + void SetRenderTargetColorMasks(uint[] componentMask); void SetRenderTargets(ITexture[] colors, ITexture depthStencil); |
