SDL/src/render/opengles
Gabriel Jacobo 0b4a7a6d0d 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 [Bug 2042] OpenGL ES renderer tries to load OES functions unconditionally 2013-08-16 13:37:27 -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