X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fintegration-api%2Fcore.h;h=493d684142bafe13537124bc3f95b93c2bf6ea61;hb=1eb0148fe7c5dbd58d8e3bf364cbab9e65167609;hp=7ae6d626cd12093e95bb93f044a32614cfecfcbe;hpb=55827866fcb8c7ee47581ac4335a3390472090e8;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/integration-api/core.h b/dali/integration-api/core.h index 7ae6d62..493d684 100755 --- a/dali/integration-api/core.h +++ b/dali/integration-api/core.h @@ -357,8 +357,9 @@ public: * @pre The GL context must have been created, and made current. * @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 Render( RenderStatus& status, bool forceClear ); + void Render( RenderStatus& status, bool forceClear, bool uploadOnly ); /** * @brief Register a processor