MCPcopy 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
349GLFWAPI void glfwTerminate(void)
350{
351 if (!_glfw.initialized)
352 return;
353
354 terminate();
355}
356
357GLFWAPI void glfwInitHint(int hint, int value)
358{

Callers 2

initMethod · 0.85
mainLoopMethod · 0.85

Calls 1

terminateFunction · 0.85

Tested by

no test coverage detected