Opentk/Source/OpenTK/Graphics/ES20/Helper.cs
the_fiddler e4f1c956c9 Regenerated bindings using the latest generator updates.
ES bindings now exist in ES10.GL, ES11.GL and ES20.GL classes instead of ES10.ES etc (reason: easier porting to/from regular OpenGL).
2009-08-15 16:55:53 +00:00

15 lines
302 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 GL
{
const string Library = "libGLESv2.dll";
}
}