Mercurial > sdl-ios-xcode
diff include/SDL_config_iphoneos.h @ 5204:523409574510
Added an OpenGL ES 2.0 renderer, contributed by itsnotabigtruck
This compiles, but it untested.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 06 Feb 2011 00:00:13 -0800 |
parents | 55ff76cdbbb8 |
children | b530ef003506 |
line wrap: on
line diff
--- a/include/SDL_config_iphoneos.h Sat Feb 05 20:02:37 2011 -0800 +++ b/include/SDL_config_iphoneos.h Sun Feb 06 00:00:13 2011 -0800 @@ -145,6 +145,7 @@ /* 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