Re-enabled CL10, ES10 and ES11 bindings in trunk.

This commit is contained in:
the_fiddler 2009-11-17 10:04:00 +00:00
parent f5642b91c5
commit 0484fc478b
3 changed files with 4 additions and 12 deletions

View file

@ -35,10 +35,7 @@ namespace OpenTK.Compute.CL10
/// <summary>
/// Provides access to the OpenCL 1.0 flat API.
/// </summary>
#if EXPERIMENTAL
public
#endif
sealed partial class CL : BindingsBase
public sealed partial class CL : BindingsBase
{
#region Fields

View file

@ -7,10 +7,7 @@ namespace OpenTK.Graphics.ES10
/// <summary>
/// Provides access to OpenGL ES 1.0 methods.
/// </summary>
#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();

View file

@ -9,10 +9,8 @@ namespace OpenTK.Graphics.ES11
/// <summary>
/// Provides access to OpenGL ES 1.1 methods.
/// </summary>
#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();