Function SDL_GL_UnloadLibrary
pub unsafe extern "C" fn SDL_GL_UnloadLibrary()
Available on crate feature
dep_sdl3
only.Expand description
Unload the OpenGL library previously loaded by SDL_GL_LoadLibrary()
.
§Thread safety
This function should only be called on the main thread.
§Availability
This function is available since SDL 3.2.0.