Get the currently active OpenGL context.
SDL_GLContext SDL_GL_GetCurrentContext(void);
Returns the currently active OpenGL context or NULL on failure; call SDL_GetError() for more information.
This function is available since SDL 2.0.0.
CategoryAPI