Explorar el Código

[Android] Define SDL_VIDEO_OPENGL_ES2

Gabriel Jacobo hace 11 años
padre
commit
b5a6c407d0
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      include/SDL_config_android.h

+ 1 - 0
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