[][src]Function glfw::terminate

pub fn terminate()

Manually terminate the GLFW library. This must be called on the main platform thread. It's not necessary to call this function unless you have enabled the terminate_manually feature.

Wrapper for 'glfwTerminate'.