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