Function SDL_GL_UnloadLibrary

pub unsafe extern "C" fn SDL_GL_UnloadLibrary()
Available on crate feature dep_sdl2 only.
Expand description

Unload the OpenGL library previously loaded by SDL_GL_LoadLibrary().

\since This function is available since SDL 2.0.0.

\sa SDL_GL_LoadLibrary