Function glfw::terminate

source ·
pub fn terminate()
Expand description

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’.