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