Opentk/Source/OpenTK/Graphics/ES20/Helper.cs
the_fiddler 1832f6cef8 Regenerated ES bindings with Bind 0.9.9.11.
Moved ES bindings from GLES[10|11|20] namespaces to ES[10|11|20].
Renamed ES wrapper classes to 'ES' instead of 'GL'.
2009-07-15 22:35:12 +00:00

15 lines
300 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace OpenTK.Graphics.ES20
{
/// <summary>
/// Provides access to OpenGL ES 2.0 methods.
/// </summary>
public static partial class ES
{
const string Library = "libGLES.dll";
}
}