OpenGL: Add GL_GLEXT_PROTOTYPES define for now
Jeffrey Pfau jeffrey@endrift.com
Sun, 01 Nov 2015 12:04:09 -0800
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
src/platform/opengl/gles2.h
→
src/platform/opengl/gles2.h
@@ -11,6 +11,7 @@ #ifdef __APPLE__
#include <OpenGL/gl3.h> #else #include <GL/gl.h> +#define GL_GLEXT_PROTOTYPES #include <GL/glext.h> #endif #else