#pragma section-numbers off #pragma disable-camelcase = SDL_GL_UnloadLibrary = Use this function to unload the OpenGL library previously loaded by [[SDL_GL_LoadLibrary]](). <> == Syntax == {{{#!highlight cpp void SDL_GL_UnloadLibrary(void) }}} == Code Examples == {{{#!highlight cpp You can add your code example here }}} == Remarks == ''You can add useful comments here'' == Related Functions == .[[SDL_GL_LoadLibrary]] ---- [[CategoryAPI]], [[CategoryVideo]]