summaryrefslogtreecommitdiffstats
path: root/src/scenegraph/coreapi/qsgcontext.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/scenegraph/coreapi/qsgcontext.h')
-rw-r--r--src/scenegraph/coreapi/qsgcontext.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/scenegraph/coreapi/qsgcontext.h b/src/scenegraph/coreapi/qsgcontext.h
index 90f7451..afdb34b 100644
--- a/src/scenegraph/coreapi/qsgcontext.h
+++ b/src/scenegraph/coreapi/qsgcontext.h
@@ -38,6 +38,8 @@ public:
bool isReady() const;
+ virtual void renderNextFrame();
+
virtual RectangleNodeInterface *createRectangleNode();
virtual TextureNodeInterface *createTextureNode();
virtual GlyphNodeInterface *createGlyphNode();
@@ -46,6 +48,8 @@ public:
signals:
void ready();
+
+ void aboutToRenderNextFrame();
};
#endif // QSGCONTEXT_H