pub unsafe extern "C" fn SDL_GL_DeleteContext(context: SDL_GLContext)
Expand description

Deletes a GL context.

If the context is current, it will be made un-current first.