Fixed ES rendering.
This commit is contained in:
parent
28fa768257
commit
eba7e59253
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ namespace OpenTK.Graphics.ES11
|
||||||
|
|
||||||
public sealed partial class GL : GraphicsBindingsBase
|
public sealed partial class GL : GraphicsBindingsBase
|
||||||
{
|
{
|
||||||
const string Library = "libGLES.dll";
|
const string Library = "GLESv1_CM";
|
||||||
static readonly object sync_root = new object();
|
static readonly object sync_root = new object();
|
||||||
|
|
||||||
#region --- Protected Members ---
|
#region --- Protected Members ---
|
||||||
|
|
Loading…
Reference in a new issue