2009-06-30 10:21:39 +02:00
|
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.Text;
|
|
|
|
|
|
2009-07-16 00:35:12 +02:00
|
|
|
|
namespace OpenTK.Graphics.ES10
|
2009-06-30 10:21:39 +02:00
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Provides access to OpenGL ES 1.0 methods.
|
|
|
|
|
/// </summary>
|
2009-08-17 12:20:42 +02:00
|
|
|
|
public sealed partial class GL : BindingsBase
|
2009-06-30 10:21:39 +02:00
|
|
|
|
{
|
|
|
|
|
const string Library = "libGLES.dll";
|
|
|
|
|
}
|
|
|
|
|
}
|