From ea2caa2133f6cbaec1489d3f2b9a97a9ad6d11a8 Mon Sep 17 00:00:00 2001 From: Adeel Kazmi Date: Wed, 8 Jun 2016 13:27:12 +0100 Subject: [PATCH] (Documentation) Remove reference to ImageView in RenderTask Change-Id: I0671f77b8cbd5f797462b21cc2611e9a5b2714ad --- dali/public-api/render-tasks/render-task.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 ); -- 2.7.4