glutDestroyWindow(3GLUT) GLUT glutDestroyWindow(3GLUT) NAME glutDestroyWindow - destroys the specified window. SYNTAX void glutDestroyWindow(int win); ARGUMENTS win Identifier of GLUT window to destroy. DESCRIPTION glutDestroyWindow destroys the window specified by win and the window's as- sociated OpenGL context, logical colormap (if the window is color index), and overlay and related state (if an overlay has been established). Any subwindows of destroyed windows are also destroyed by glutDestroyWindow. If win was the current window, the current window becomes invalid ( glut- GetWindow will return zero). SEE ALSO glutCreateWindow, glutCreateSubWindow, glutDestroyMenu AUTHOR Mark J. Kilgard (mjk@nvidia.com) GLUT 3.7 glutDestroyWindow(3GLUT)
NAME | SYNTAX | ARGUMENTS | DESCRIPTION | SEE ALSO | AUTHOR
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=glutDestroyWindow&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>
