waveforms: moved waveform to track rather than block

This is a much more robust and thread-safe system of storing the waveforms.
This commit is contained in:
itsmattkc
2020-06-04 18:03:21 +10:00
parent 9ff9817b95
commit 0e87762afa
19 changed files with 184 additions and 336 deletions
+5
View File
@@ -68,6 +68,11 @@ protected:
return job_time_;
}
OpenGLBackend* backend()
{
return &backend_;
}
private:
ViewerOutput* viewer_;