update PortableGL library
This commit is contained in:
parent
c7b00469ae
commit
8befa7adb6
|
@ -443,10 +443,7 @@ namespace Blarg.GameFramework
|
||||||
Logger.Info(LOG_TAG, "OpenGL context creation succeeded.");
|
Logger.Info(LOG_TAG, "OpenGL context creation succeeded.");
|
||||||
|
|
||||||
Logger.Info(LOG_TAG, "Setting OpenTK's OpenGL context and loading OpenGL extensions.");
|
Logger.Info(LOG_TAG, "Setting OpenTK's OpenGL context and loading OpenGL extensions.");
|
||||||
OpenTK.Graphics.GraphicsContext.CurrentContext = _glContext;
|
_gl = new SDLGL20(_glContext);
|
||||||
OpenTK.Graphics.OpenGL.GL.LoadAll();
|
|
||||||
|
|
||||||
_gl = new SDLGL20();
|
|
||||||
|
|
||||||
int redSize;
|
int redSize;
|
||||||
int greenSize;
|
int greenSize;
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Reference in a new issue