X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Frender%2Fcommon%2Frender-manager.h;h=a5ad1601058abb155d37d91d0c0830a10dd107ab;hb=bb2d338097bf95b7a222d42e4dfca515655837d8;hp=3d064b234167e2a375ae23ba01a5e6aa4cc2164a;hpb=79897a46f5c21d07fb80b5fbb4651760821881c3;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/render/common/render-manager.h b/dali/internal/render/common/render-manager.h index 3d064b2..a5ad160 100755 --- a/dali/internal/render/common/render-manager.h +++ b/dali/internal/render/common/render-manager.h @@ -123,12 +123,6 @@ public: // The following methods should be called via RenderQueue messages - /** - * Set the background color i.e. the glClear color used at the beginning of each frame. - * @param[in] color The new background color. - */ - void SetBackgroundColor( const Vector4& color ); - /* * Set the frame time delta (time elapsed since the last frame. * @param[in] deltaTime the delta time @@ -334,9 +328,10 @@ public: /** * Renders the results of the previous "update" traversal. * @param[out] status contains the rendering flags. - * @param[in] forceClear force the Clear on the framebuffer even if nothing is rendered. + * @param[in] forceClear Force the Clear on the framebuffer even if nothing is rendered. + * @param[in] uploadOnly Upload the resource only without rendering. */ - void Render( Integration::RenderStatus& status, bool forceClear ); + void Render( Integration::RenderStatus& status, bool forceClear, bool uploadOnly ); private: