Commit b5a6c407d0ddd073157c3f04c1bdf141194d308d

Gabriel Jacobo 2013-12-16T10:03:26

[Android] Define SDL_VIDEO_OPENGL_ES2

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/include/SDL_config_android.h b/include/SDL_config_android.h
index 489b9ff..2ed65d5 100644
--- a/include/SDL_config_android.h
+++ b/include/SDL_config_android.h
@@ -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