MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / glfwSetErrorCallback

Function glfwSetErrorCallback

extern/glfw/src/init.c:415–419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

413}
414
415GLFWAPI GLFWerrorfun glfwSetErrorCallback(GLFWerrorfun cbfun)
416{
417 _GLFW_SWAP_POINTERS(_glfwErrorCallback, cbfun);
418 return cbfun;
419}
420

Callers 3

ImGui_ImplGlfw_InitFunction · 0.85
initMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected