Opentk/Source/OpenTK/Graphics/ES10/Helper.cs

15 lines
300 B
C#
Raw Normal View History

2009-06-30 08:21:39 +00:00
using System;
using System.Collections.Generic;
using System.Text;
namespace OpenTK.Graphics.ES10
2009-06-30 08:21:39 +00:00
{
/// <summary>
/// Provides access to OpenGL ES 1.0 methods.
/// </summary>
public static partial class GL
2009-06-30 08:21:39 +00:00
{
const string Library = "libGLES.dll";
}
}