(Documentation) Remove reference to ImageView in RenderTask 55/73555/2
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Wed, 8 Jun 2016 12:27:12 +0000 (13:27 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Wed, 8 Jun 2016 12:44:45 +0000 (13:44 +0100)
Change-Id: I0671f77b8cbd5f797462b21cc2611e9a5b2714ad

dali/public-api/render-tasks/render-task.h

index 84f4525..68f241c 100644 (file)
@@ -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 );