Opentk/Source/OpenTK/Graphics/GLES20/Helper.cs
2009-06-30 08:40:19 +00:00

15 lines
302 B
C#

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