aboutsummaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h
index 550d931..37ccf1f 100644
--- a/src/types.h
+++ b/src/types.h
@@ -259,9 +259,13 @@ typedef struct {
int paused;
int pause_rel;
+ /* Performance monitoring stuff */
int frames;
Uint32 t_fps;
int fps;
+ int query_this_frame;
+ GLuint timer_query;
+ GLuint64EXT time_to_render;
GLfloat radiation;
GLfloat fuel;