Tao.FreeGlut SDK Documentation

Glut.GLUT_NOT_VISIBLE Field

The window is not visible. No part of the window is visible. All further rendering to the window is discarded until the window's visibility changes.

[Visual Basic]
Public Const GLUT_NOT_VISIBLE As Integer = 0
[C#]
public const int GLUT_NOT_VISIBLE = 0;

See Also

Glut Class | Tao.FreeGlut Namespace