aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics/Gal/IGalPipeline.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Graphics/Gal/IGalPipeline.cs')
-rw-r--r--Ryujinx.Graphics/Gal/IGalPipeline.cs11
1 files changed, 0 insertions, 11 deletions
diff --git a/Ryujinx.Graphics/Gal/IGalPipeline.cs b/Ryujinx.Graphics/Gal/IGalPipeline.cs
deleted file mode 100644
index 1ecb2602..00000000
--- a/Ryujinx.Graphics/Gal/IGalPipeline.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-namespace Ryujinx.Graphics.Gal
-{
- public interface IGalPipeline
- {
- void Bind(GalPipelineState state);
- void Unbind(GalPipelineState state);
-
- void ResetDepthMask();
- void ResetColorMask(int index);
- }
-} \ No newline at end of file