mirror of
https://github.com/yawut/SDL.git
synced 2026-04-25 15:58:04 -05:00
Include gl2platform.h in SDL_opengles2.h so we play nice with GLEW.
Based on feedback from Sven Bergström
This commit is contained in:
parent
4cce598c92
commit
7c86f42a25
|
|
@ -29,6 +29,7 @@
|
|||
#include <OpenGLES/ES2/gl.h>
|
||||
#include <OpenGLES/ES2/glext.h>
|
||||
#else
|
||||
#include <GLES2/gl2platform.h>
|
||||
#include <GLES2/gl2.h>
|
||||
#include <GLES2/gl2ext.h>
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user