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