Added version when deprecated to the documentation for ShaderEffect 09/48409/2
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Mon, 21 Sep 2015 10:28:05 +0000 (11:28 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Mon, 21 Sep 2015 11:09:10 +0000 (12:09 +0100)
Change-Id: I4266f704d1e394e8119b7a8b6abf6787cb4f47ac

dali/public-api/shader-effects/shader-effect.h

index bcedc87..3a8a5b9 100644 (file)
@@ -67,8 +67,7 @@ class ShaderEffect;
 /**
  * @brief Shader effects provide a visual effect for image actors.
  *
- * @deprecated Use classes Dali::Shader, Dali::Material, and Dali::Sampler to implement
- * any new programmable shading effects.
+ * @deprecated DALi 1.0.47
  *
  * For a Custom shader you can provide the vertex and fragment shader code as strings.
  * These shader snippets get concatenated with the default attributes and uniforms.