Tao.Glfw SDK Documentation

Glfw.glfwTerminate Method 

Terminates GLFW.

[Visual Basic]
Public Shared Sub glfwTerminate()
[C#]
public static void glfwTerminate();

Remarks

Among other things it closes the window, if it is opened, and kills any running threads. This function must be called before a program exits.

See Also

Glfw Class | Tao.Glfw Namespace