Replaced libGLES.dll by libGLESv2.dll, which is provided by AMD's OpenGL|ES emulator.
This commit is contained in:
parent
5464be873f
commit
584fe3f301
1 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,6 @@ namespace OpenTK.Graphics.ES20
|
|||
/// </summary>
|
||||
public static partial class ES
|
||||
{
|
||||
const string Library = "libGLES.dll";
|
||||
const string Library = "libGLESv2.dll";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue