pub unsafe extern "C" fn SDL_GL_UnloadLibrary()Expand description
Unload the OpenGL library previously loaded by SDL_GL_LoadLibrary().
Thread Safety: This function should only be called on the main thread.
Available Since: This function is available since SDL 3.2.0.
See Also: SDL_GL_LoadLibrary