shift renderer prototype to new node structure

This commit is contained in:
itsmattkc
2019-08-28 02:40:44 +10:00
parent 5afe7d523c
commit 7dc2290496
26 changed files with 264 additions and 395 deletions
+10
View File
@@ -53,6 +53,16 @@ public:
RenderFramebuffer* buffer();
QOpenGLContext* context();
const int& width() const;
const int& height() const;
const olive::PixelFormat& format() const;
const olive::RenderMode& mode() const;
private:
QOpenGLContext ctx_;