Replaced libGLES.dll by libGLESv2.dll, which is provided by AMD's OpenGL|ES emulator.

This commit is contained in:
the_fiddler 2009-08-14 15:33:39 +00:00
parent 5464be873f
commit 584fe3f301

View file

@ -9,6 +9,6 @@ namespace OpenTK.Graphics.ES20
/// </summary>
public static partial class ES
{
const string Library = "libGLES.dll";
const string Library = "libGLESv2.dll";
}
}