]> git.sesse.net Git - nageru/blobdiff - gpu_timers.h
Allow symlinked frame files. Useful for testing.
[nageru] / gpu_timers.h
index 34cd625e1f172395a9d3c058c86ade692d6ff64a..a8c626e18ae04902afee27faa6105b81c0805dad 100644 (file)
@@ -1,13 +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: