gizmos and waveforms restored

This commit is contained in:
itsmattkc
2019-01-17 10:56:26 +11:00
parent 37ceca48da
commit 0351af56a8
11 changed files with 186 additions and 95 deletions
+2
View File
@@ -9,6 +9,7 @@
#include <QOpenGLFramebufferObject>
struct Sequence;
class Effect;
class RenderThread : public QThread {
Q_OBJECT
@@ -19,6 +20,7 @@ public:
QMutex mutex;
GLuint frameBuffer;
GLuint texColorBuffer;
Effect* gizmos;
void paint();
void start_render(QOpenGLContext* share, Sequence* s, const QString &save = nullptr, GLvoid *pixels = nullptr, int idivider = 0);
bool did_texture_fail();