separated effect from UI

This commit is contained in:
itsmattkc
2019-03-12 22:49:01 +11:00
parent 0b090ddc21
commit 5b03af5e5a
58 changed files with 1166 additions and 1071 deletions
+2 -2
View File
@@ -52,7 +52,7 @@ public:
Effect* gizmos;
void paint();
void start_render(QOpenGLContext* share,
SequencePtr s,
Sequence *s,
const QString &save = nullptr,
GLvoid *pixels = nullptr,
int pixel_linesize = 0,
@@ -101,7 +101,7 @@ private:
GLuint ocio_lut_texture;
QOpenGLShaderProgram* ocio_shader;
SequencePtr seq;
Sequence* seq;
int divider;
int tex_width;
int tex_height;