]> git.sesse.net Git - nageru/blobdiff - gpu_timers.h
Allow symlinked frame files. Useful for testing.
[nageru] / gpu_timers.h
index 91dfed8d929053cf4d079266f2fbf4de25ad33cb..a8c626e18ae04902afee27faa6105b81c0805dad 100644 (file)
@@ -1,14 +1,14 @@
 #ifndef _GPU_TIMERS_H
 #define _GPU_TIMERS_H 1
 
+#include <epoxy/gl.h>
 #include <string>
 #include <utility>
 #include <vector>
 
-#include <epoxy/gl.h>
-
 extern bool enable_timing;
 extern bool detailed_timing;
+extern bool in_warmup;
 
 class GPUTimers {
 public: