X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fintegration-api%2Fcore.h;h=e7644af1d3ebd7a33c1b10a376dc713df91a41d4;hb=a35c7397dbd7de17a10e5cf1309631cb4c2a0ba4;hp=2e57a7683c6af0517842ec106c054e2af71fb98a;hpb=fcbf4dbfb25a07c19a668630eac30d07fbbf3d67;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/integration-api/core.h b/dali/integration-api/core.h index 2e57a76..e7644af 100644 --- a/dali/integration-api/core.h +++ b/dali/integration-api/core.h @@ -355,8 +355,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