enforce v1 api for now

This commit is contained in:
itsmattkc
2019-03-20 13:41:28 +11:00
10 changed files with 89 additions and 41 deletions
+2
View File
@@ -48,6 +48,7 @@ public:
void paint();
void start_render(QOpenGLContext* share,
Sequence *s,
int playback_speed,
const QString &save = nullptr,
GLvoid *pixels = nullptr,
int pixel_linesize = 0,
@@ -104,6 +105,7 @@ private:
Sequence* seq;
int playback_speed_;
int divider;
int tex_width;
int tex_height;