Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InteractiveComputerGraphics/SPlisHSPlasH
/ glfwTerminate
Function
glfwTerminate
extern/glfw/src/init.c:349–355 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
347
}
348
349
GLFWAPI void glfwTerminate(void)
350
{
351
if (!_glfw.initialized)
352
return;
353
354
terminate();
355
}
356
357
GLFWAPI void glfwInitHint(int hint, int value)
358
{
Callers
2
init
Method · 0.85
mainLoop
Method · 0.85
Calls
1
terminate
Function · 0.85
Tested by
no test coverage detected