Add GLUT_ELAPSED_TIME simulation

This commit is contained in:
Matthias Melcher
2023-02-20 13:40:27 +01:00
parent 6f4cf105b1
commit 2971625418
2 changed files with 14 additions and 3 deletions
+2 -2
View File
@@ -315,12 +315,12 @@ enum {
GLUT_INIT_WINDOW_HEIGHT,
GLUT_INIT_DISPLAY_MODE,
GLUT_WINDOW_BUFFER_SIZE,
GLUT_VERSION
GLUT_VERSION,
//GLUT_WINDOW_NUM_CHILDREN,
//GLUT_WINDOW_CURSOR,
//GLUT_SCREEN_WIDTH_MM,
//GLUT_SCREEN_HEIGHT_MM,
//GLUT_ELAPSED_TIME,
GLUT_ELAPSED_TIME,
};
# define GLUT_WINDOW_STENCIL_SIZE GL_STENCIL_BITS