MCPcopy Create free account
hub / github.com/arrayfire/forge / initWindowToolkit

Function initWindowToolkit

src/backend/opengl/glfw/window.cpp:34–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32{
33
34void initWindowToolkit()
35{
36 if (!glfwInit()) {
37 std::cerr << "ERROR: GLFW wasn't able to initalize\n";
38 GLFW_THROW_ERROR("GLFW initilization failed", FG_ERR_GL_ERROR);
39 }
40}
41
42void destroyWindowToolkit()
43{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected