X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=effect_chain.h;fp=effect_chain.h;h=22f0b96c6e4eabc807c8bf57a75b70516c3a8cda;hp=70dc256f41f19616d4b2fce2875ec98d049e7847;hb=88003f99c7ef12ed895e504d41c6d528c3fda78d;hpb=404e2f8149e8fe48a4bd21b0c464247e1eecc17e diff --git a/effect_chain.h b/effect_chain.h index 70dc256..22f0b96 100644 --- a/effect_chain.h +++ b/effect_chain.h @@ -23,6 +23,7 @@ #include #include +#include #include #include #include @@ -179,7 +180,8 @@ struct Phase { std::vector > uniforms_mat3; // For measurement of GPU time used. - GLuint timer_query_object; + std::list timer_query_objects_running; + std::list timer_query_objects_free; uint64_t time_elapsed_ns; uint64_t num_measured_iterations; };