[Android] Define SDL_VIDEO_OPENGL_ES2

This commit is contained in:
Gabriel Jacobo 2013-12-16 10:03:26 -03:00
parent 45f785f0af
commit b5a6c407d0
1 changed files with 1 additions and 0 deletions

View File

@ -131,6 +131,7 @@
/* Enable OpenGL ES */
#define SDL_VIDEO_OPENGL_ES 1
#define SDL_VIDEO_OPENGL_ES2 1
#define SDL_VIDEO_OPENGL_EGL 1
#define SDL_VIDEO_RENDER_OGL_ES 1
#define SDL_VIDEO_RENDER_OGL_ES2 1