MCPcopy Create free account
hub / github.com/ad-si/LuaCAD / gladLoaderUnloadGL

Function gladLoaderUnloadGL

OpenCSG/src/glad/src/gl.cpp:1790–1795  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1788
1789
1790void gladLoaderUnloadGL(void) {
1791 if (_glad_GL_loader_handle != NULL) {
1792 glad_close_dlopen_handle(_glad_GL_loader_handle);
1793 _glad_GL_loader_handle = NULL;
1794 }
1795}
1796
1797#endif /* GLAD_GL */
1798

Callers 1

gladLoaderLoadGLFunction · 0.85

Calls 1

glad_close_dlopen_handleFunction · 0.85

Tested by

no test coverage detected