Added QQuickCanvas::setRenderTarget(uint fbo, const QSize &size)
[profile/ivi/qtdeclarative.git] / src / quick / items / qquickcanvas_p.h
index 45b87c6..e6b9f7d 100644 (file)
@@ -182,6 +182,8 @@ public:
     uint clearBeforeRendering : 1;
 
     QOpenGLFramebufferObject *renderTarget;
+    uint renderTargetId;
+    QSize renderTargetSize;
 
     QHash<int, QQuickItem *> itemForTouchPointId;