SDL/src/render/opengles
Gabriel Jacobo 4c192bc802 Fixes #2308, recreate window if GL requirements for the renderer are not met
If the window has been created with values for SDL_GL_CONTEXT_PROFILE_MASK,
SDL_GL_CONTEXT_MAJOR_VERSION and SDL_GL_CONTEXT_MINOR_VERSION not matching those
required by the renderer, attempt to recreate the window.
This is needed on platforms where both GL and GLES 1/2 surfaces are supported
by the video backend, requiring that the window be recreated when switching
between context types.
2014-02-25 17:42:34 -03:00
..
SDL_glesfuncs.h Improve Android pause/resume behavior. 2013-11-29 10:06:08 -03:00
SDL_render_gles.c Fixes #2308, recreate window if GL requirements for the renderer are not met 2014-02-25 17:42:34 -03:00