Added an OpenGL ES 2.0 renderer, contributed by itsnotabigtruck
This compiles, but it untested.
This commit is contained in:
parent
a51c332dfe
commit
f2c40726b6
8 changed files with 1889 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue