Added an OpenGL ES 2.0 renderer, contributed by itsnotabigtruck

This compiles, but it untested.
This commit is contained in:
Sam Lantinga 2011-02-06 00:00:13 -08:00
parent a51c332dfe
commit f2c40726b6
8 changed files with 1889 additions and 14 deletions

View file

@ -145,6 +145,7 @@ typedef unsigned long uintptr_t;
/* enable OpenGL ES */
#define SDL_VIDEO_OPENGL_ES 1
#define SDL_VIDEO_RENDER_OGL_ES 1
#define SDL_VIDEO_RENDER_OGL_ES2 1
/* Enable system power support */
#define SDL_POWER_UIKIT 1