Tao.FreeGlut SDK Documentation

Glut.GLUT_WINDOW_BUFFER_SIZE Field

Total number of bits for current window's color buffer. For an RGBA window, this is the sum of GLUT_WINDOW_RED_SIZE, GLUT_WINDOW_GREEN_SIZE, GLUT_WINDOW_BLUE_SIZE, and GLUT_WINDOW_ALPHA_SIZE. For color index windows, this is the size of the color indexes.

[Visual Basic]
Public Const GLUT_WINDOW_BUFFER_SIZE As Integer = 104
[C#]
public const int GLUT_WINDOW_BUFFER_SIZE = 104;

See Also

Glut Class | Tao.FreeGlut Namespace