From: Adeel Kazmi Date: Wed, 8 Jun 2016 12:27:12 +0000 (+0100) Subject: (Documentation) Remove reference to ImageView in RenderTask X-Git-Tag: dali_1.1.38~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F55%2F73555%2F2;p=platform%2Fcore%2Fuifw%2Fdali-core.git (Documentation) Remove reference to ImageView in RenderTask Change-Id: I0671f77b8cbd5f797462b21cc2611e9a5b2714ad --- diff --git a/dali/public-api/render-tasks/render-task.h b/dali/public-api/render-tasks/render-task.h index 84f4525..68f241c 100644 --- a/dali/public-api/render-tasks/render-task.h +++ b/dali/public-api/render-tasks/render-task.h @@ -435,10 +435,11 @@ public: /** * @brief Set whether the render task will cull the actors to the camera's view frustum. * - * Note that this will only affect image views that use the default vertex shader. - * The default mode is to cull actors. * @SINCE_1_0.0 * @param[in] cullMode True if the renderers should be culled. + * @note The default mode is to cull actors. + * @note If the shader uses @ref Shader::HINT_MODIFIES_GEOMETRY then culling optimizations are disabled. + * @see Shader::ShaderHints */ void SetCullMode( bool cullMode );