aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics/Gal/OpenGL/DeleteValueCallback.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Graphics/Gal/OpenGL/DeleteValueCallback.cs')
-rw-r--r--Ryujinx.Graphics/Gal/OpenGL/DeleteValueCallback.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/Ryujinx.Graphics/Gal/OpenGL/DeleteValueCallback.cs b/Ryujinx.Graphics/Gal/OpenGL/DeleteValueCallback.cs
new file mode 100644
index 00000000..acd8d72f
--- /dev/null
+++ b/Ryujinx.Graphics/Gal/OpenGL/DeleteValueCallback.cs
@@ -0,0 +1,4 @@
+namespace Ryujinx.Graphics.Gal.OpenGL
+{
+ delegate void DeleteValue<T>(T Value);
+} \ No newline at end of file