using System; using System.Collections.Generic; using System.Text; namespace OpenTK.Graphics.ES10 { /// /// Provides access to OpenGL ES 1.0 methods. /// public sealed partial class GL { const string Library = "libGLES.dll"; } }