From b5a6c407d0ddd073157c3f04c1bdf141194d308d Mon Sep 17 00:00:00 2001 From: Gabriel Jacobo Date: Mon, 16 Dec 2013 10:03:26 -0300 Subject: [PATCH] [Android] Define SDL_VIDEO_OPENGL_ES2 --- include/SDL_config_android.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/SDL_config_android.h b/include/SDL_config_android.h index 489b9ff329992..2ed65d59bbc38 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