aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.GAL/IProgram.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Graphics.GAL/IProgram.cs')
-rw-r--r--Ryujinx.Graphics.GAL/IProgram.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/Ryujinx.Graphics.GAL/IProgram.cs b/Ryujinx.Graphics.GAL/IProgram.cs
new file mode 100644
index 00000000..ef44fc47
--- /dev/null
+++ b/Ryujinx.Graphics.GAL/IProgram.cs
@@ -0,0 +1,6 @@
+using System;
+
+namespace Ryujinx.Graphics.GAL
+{
+ public interface IProgram : IDisposable { }
+}