Fixed building on Android, added SDL_opengles2.h, removed unnecessary SDL_glesfuncs.h
--HG-- rename : src/video/SDL_glfuncs.h => src/render/opengl/SDL_glfuncs.h
This commit is contained in:
parent
cc1f36b7dc
commit
58e9ea986f
13 changed files with 152 additions and 1387 deletions
|
@ -142,5 +142,6 @@ typedef unsigned int size_t;
|
|||
/* Enable OpenGL ES */
|
||||
#define SDL_VIDEO_OPENGL_ES 1
|
||||
#define SDL_VIDEO_RENDER_OGL_ES 1
|
||||
#define SDL_VIDEO_RENDER_OGL_ES2 1
|
||||
|
||||
#endif /* _SDL_config_minimal_h */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue