X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Frender%2Fcommon%2Frender-manager.h;h=7ba572b106430ce4ae59df7f41953e17878db057;hb=955b4d7a108b1fd39990c859e83cb201639edae5;hp=8b96203e4452cd1bc934521563856b5de384eb7d;hpb=854bc5e3604631f30b5a418cc1df2a941b132050;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 8b96203..7ba572b 100644 --- a/dali/internal/render/common/render-manager.h +++ b/dali/internal/render/common/render-manager.h @@ -323,9 +323,8 @@ public: * @pre The graphics implementation must be initialized * @param[out] status showing whether update is required to run. * @param[in] forceClear force the Clear on the framebuffer even if nothing is rendered. - * @param[in] uploadOnly uploadOnly Upload the resource only without rendering. */ - void PreRender(Integration::RenderStatus& status, bool forceClear, bool uploadOnly); + void PreRender(Integration::RenderStatus& status, bool forceClear); // This method should be called from Core::PreRender() @@ -373,9 +372,8 @@ public: * followed by a call up RenderScene. * Multi-threading note: this method should be called from a dedicated rendering thread. * @pre The graphics implementation must be initialized - * @param[in] uploadOnly uploadOnly Upload the resource only without rendering. */ - void PostRender(bool uploadOnly); + void PostRender(); private: /**