Constructs a dsdl2.GLContext from a vanilla SDL_GLContext from bindbc-sdl
Creates an OpenGL context to use by SDL, which wraps SDL_GL_CreateContext
Wraps SDL_GL_MakeCurrent which makes a window current as the rendering target for OpenGL rendering
Internal SDL_GLContext
D class that wraps SDL_GLContext enclosing an OpenGL context used for SDL