diff options
Diffstat (limited to 'retrace/daemon/glframe_retrace.hpp')
-rw-r--r-- | retrace/daemon/glframe_retrace.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/retrace/daemon/glframe_retrace.hpp b/retrace/daemon/glframe_retrace.hpp index a314e1e6..6370b099 100644 --- a/retrace/daemon/glframe_retrace.hpp +++ b/retrace/daemon/glframe_retrace.hpp @@ -75,6 +75,9 @@ class FrameRetrace : public IFrameRetrace { void retraceMetrics(const std::vector<MetricId> &ids, ExperimentId experimentCount, OnFrameRetrace *callback) const; + void retraceAllMetrics(const RenderSelection &selection, + ExperimentId experimentCount, + OnFrameRetrace *callback) const; void replaceShaders(RenderId renderId, ExperimentId experimentCount, const std::string &vs, |