Tao.FreeGlut SDK Documentation |
|
Glut.GLUT_ELAPSED_TIME Field
Number of milliseconds since glutInit called (or first call to glutGet(GLUT_ELAPSED_TIME)
).
[Visual Basic]
Public Const GLUT_ELAPSED_TIME As
Integer = 700
[C#]
public const
int GLUT_ELAPSED_TIME = 700;
See Also
Glut Class | Tao.FreeGlut Namespace