]> git.sesse.net Git - nageru/blobdiff - gpu_timers.h
Subsample chroma on the GPU instead of the CPU.
[nageru] / gpu_timers.h
index 34cd625e1f172395a9d3c058c86ade692d6ff64a..e843fea120caa5d4dd090457d79047f9e41f6311 100644 (file)
@@ -8,6 +8,8 @@
 #include <epoxy/gl.h>
 
 extern bool enable_timing;
+extern bool detailed_timing;
+extern bool in_warmup;
 
 class GPUTimers {
 public: