From 144e6b694742babcfba9f033041bd35a07ef5d03 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Tue, 17 Nov 2009 10:04:00 +0000 Subject: [PATCH] Re-enabled CL10, ES10 and ES11 bindings in trunk. --- Source/OpenTK/Compute/CL10/CLHelper.cs | 5 +---- Source/OpenTK/Graphics/ES10/Helper.cs | 5 +---- Source/OpenTK/Graphics/ES11/Helper.cs | 6 ++---- 3 files changed, 4 insertions(+), 12 deletions(-) diff --git a/Source/OpenTK/Compute/CL10/CLHelper.cs b/Source/OpenTK/Compute/CL10/CLHelper.cs index 8eacf10c..e5a0cece 100644 --- a/Source/OpenTK/Compute/CL10/CLHelper.cs +++ b/Source/OpenTK/Compute/CL10/CLHelper.cs @@ -35,10 +35,7 @@ namespace OpenTK.Compute.CL10 /// /// Provides access to the OpenCL 1.0 flat API. /// -#if EXPERIMENTAL - public -#endif - sealed partial class CL : BindingsBase + public sealed partial class CL : BindingsBase { #region Fields diff --git a/Source/OpenTK/Graphics/ES10/Helper.cs b/Source/OpenTK/Graphics/ES10/Helper.cs index 7be6c6cf..16f87c7c 100644 --- a/Source/OpenTK/Graphics/ES10/Helper.cs +++ b/Source/OpenTK/Graphics/ES10/Helper.cs @@ -7,10 +7,7 @@ namespace OpenTK.Graphics.ES10 /// /// Provides access to OpenGL ES 1.0 methods. /// -#if EXPERIMENTAL - public -#endif - sealed partial class GL : GraphicsBindingsBase + public sealed partial class GL : GraphicsBindingsBase { const string Library = "libGLES.dll"; static readonly object sync_root = new object(); diff --git a/Source/OpenTK/Graphics/ES11/Helper.cs b/Source/OpenTK/Graphics/ES11/Helper.cs index bc439eec..c8308447 100644 --- a/Source/OpenTK/Graphics/ES11/Helper.cs +++ b/Source/OpenTK/Graphics/ES11/Helper.cs @@ -9,10 +9,8 @@ namespace OpenTK.Graphics.ES11 /// /// Provides access to OpenGL ES 1.1 methods. /// -#if EXPERIMENTAL - public -#endif - sealed partial class GL : GraphicsBindingsBase + + public sealed partial class GL : GraphicsBindingsBase { const string Library = "libGLES.dll"; static readonly object sync_root = new object();