From e5d9fa8e53d9e6e915f286ea87f4bd6e8d24a26c Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Wed, 23 Jan 2008 00:18:18 +0000 Subject: [PATCH] Added Glx.SupportsExtension function. --- Source/OpenTK/Platform/X11/GlxHelper.cs | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Source/OpenTK/Platform/X11/GlxHelper.cs b/Source/OpenTK/Platform/X11/GlxHelper.cs index 53ec0a16..5e8b2302 100644 --- a/Source/OpenTK/Platform/X11/GlxHelper.cs +++ b/Source/OpenTK/Platform/X11/GlxHelper.cs @@ -25,6 +25,15 @@ namespace OpenTK.Platform.X11 } #endregion + + #region internal static bool SupportsExtension(string p) + + internal static bool SupportsExtension(string p) + { + throw new NotImplementedException(); + } + + #endregion } internal struct Status