mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-20 06:18:33 +00:00
Fixed ES rendering.
This commit is contained in:
parent
28fa768257
commit
eba7e59253
|
@ -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