diff options
Diffstat (limited to 'retrace/daemon/glframe_state.hpp')
-rw-r--r-- | retrace/daemon/glframe_state.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/retrace/daemon/glframe_state.hpp b/retrace/daemon/glframe_state.hpp index 52a73aa8..108e3a2d 100644 --- a/retrace/daemon/glframe_state.hpp +++ b/retrace/daemon/glframe_state.hpp @@ -48,6 +48,9 @@ class StateTrack; class OutputPoller { public: virtual void poll(int current_program, StateTrack *cb) = 0; + virtual void pollBatch(SelectionId selectionCount, + RenderId id, + OnFrameRetrace *cb) = 0; virtual ~OutputPoller() {} virtual void init() = 0; }; |