Trying to get ogles2 running on Windows.

It compiles now (with PowerVR SDK), but haven't managed yet to get it working without crash (crashes on first call go glDrawElements so far).

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@5404 dfc29bdd-3216-0410-991c-e03cc46cb475
master
cutealien 2017-04-07 14:48:31 +00:00
parent 7b62795877
commit de850be768
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
#include <GLES2/gl2ext.h>
#include <EGL/eglplatform.h>
#else
#if defined(_IRR_OPENGL_USE_EXTPOINTER_)
#if defined(_IRR_OGLES2_USE_EXTPOINTER_)
#define GL_GLEXT_PROTOTYPES 1
#define GLX_GLXEXT_PROTOTYPES 1
#endif