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

15 lines
300 B
C#
Raw Normal View History

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