aboutsummaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/types.h b/src/types.h
index 37ccf1f..d45f474 100644
--- a/src/types.h
+++ b/src/types.h
@@ -265,7 +265,8 @@ typedef struct {
int fps;
int query_this_frame;
GLuint timer_query;
- GLuint64EXT time_to_render;
+ long long int time_render; /* Time taken to render, in us */
+ long long int time_physics; /* Time taken for physics, in us */
GLfloat radiation;
GLfloat fuel;