aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics/Gal/IGalRenderer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Graphics/Gal/IGalRenderer.cs')
-rw-r--r--Ryujinx.Graphics/Gal/IGalRenderer.cs23
1 files changed, 0 insertions, 23 deletions
diff --git a/Ryujinx.Graphics/Gal/IGalRenderer.cs b/Ryujinx.Graphics/Gal/IGalRenderer.cs
deleted file mode 100644
index 1acc4d03..00000000
--- a/Ryujinx.Graphics/Gal/IGalRenderer.cs
+++ /dev/null
@@ -1,23 +0,0 @@
-using System;
-
-namespace Ryujinx.Graphics.Gal
-{
- public interface IGalRenderer
- {
- void QueueAction(Action actionMthd);
-
- void RunActions();
-
- IGalConstBuffer Buffer { get; }
-
- IGalRenderTarget RenderTarget { get; }
-
- IGalRasterizer Rasterizer { get; }
-
- IGalShader Shader { get; }
-
- IGalPipeline Pipeline { get; }
-
- IGalTexture Texture { get; }
- }
-} \ No newline at end of file