Tao.FreeGlut SDK Documentation

Glut.GLUT_WINDOW_FORMAT_ID Field

The window system dependent format ID for the current layer of the current window. On X11 GLUT implementations, this is the X visual ID. On Win32 GLUT implementations, this is the Win32 Pixel Format Descriptor number. This value is returned for debugging, benchmarking, and testing ease.

[Visual Basic]
Public Const GLUT_WINDOW_FORMAT_ID As Integer = 123
[C#]
public const int GLUT_WINDOW_FORMAT_ID = 123;

See Also

Glut Class | Tao.FreeGlut Namespace