Merge branch 'devel/master' into tizen
[platform/core/uifw/dali-core.git] / dali / integration-api / core.h
index f2a9f7a..f1a7e63 100644 (file)
@@ -354,10 +354,11 @@ public:
    * and the second pass to render the surface.
    * Multi-threading note: this method should be called from a dedicated rendering thread.
    * @pre The GL context must have been created, and made current.
+   * @param[out] status Contains the rendering flags.
    * @param[in] scene The scene to be rendered.
    * @param[in] renderToFbo True to render off-screen frame buffers only if any, and False to render the surface only.
    */
-  void RenderScene( Integration::Scene& scene, bool renderToFbo );
+  void RenderScene( RenderStatus& status, Integration::Scene& scene, bool renderToFbo );
 
 
   /**