glfwDestroyWindow¶
Destroys the specified window and its context.
This function destroys the specified window and its context. On calling this function, no further callbacks will be called for that window.
If the context of the specified window is current on the main thread, it is detached before being destroyed.
- arguments
-
\GLFWwindow
$window
The window to destroy.
- returns
-
void