Tao.FreeGlut SDK Documentation |
|
Glut.glutSetOption Method
Sets simple GLUT state represented by integers.
[Visual Basic]
Public Shared Sub glutSetOption( _
ByVal
optionFlag As
Integer, _
ByVal
value As
Integer _
)
[C#]
public static
void glutSetOption(
int optionFlag,
int value);
Parameters
-
optionFlag
- The option to set.
-
value
- The value to set for the option.
See Also
Glut Class | Tao.FreeGlut Namespace