pub unsafe extern "C" fn SDL_GL_CreateContext(
    window: *mut SDL_Window
) -> SDL_GLContext
Expand description

Creates a new context for use with the window, and also makes it current.