Tao.FreeGlut SDK Documentation

Glut.GLUT_MULTISAMPLE Field

Bit mask to select a window with multisampling support. If multisampling is not available, a non-multisampling window will automatically be chosen. Note: both the OpenGL client-side and server-side implementations must support the GLX_SAMPLE_SGIS extension for multisampling to be available.

[Visual Basic]
Public Const GLUT_MULTISAMPLE As Integer = 128
[C#]
public const int GLUT_MULTISAMPLE = 128;

See Also

Glut Class | Tao.FreeGlut Namespace