1
0
Fork 0

Fix API docs for ClutterShaderEffects

It can implement now both fragment and vertex shaders.

http://bugzilla.clutter-project.org/show_bug.cgi?id=2442
This commit is contained in:
Tomeu Vizoso 2010-11-23 17:06:52 +01:00 committed by Emmanuele Bassi
parent 65d0ce607e
commit 6a552e27ab

View file

@ -24,15 +24,14 @@
/**
* SECTION:clutter-shader-effect
* @short_description: Base class for fragment shader effects
* @short_description: Base class for shader effects
* @See_Also: #ClutterEffect, #ClutterOffscreenEffect
*
* #ClutterShaderEffect is an abstract class that implements all the
* plumbing for creating #ClutterEffect<!-- -->s using GLSL fragment
* shaders.
* plumbing for creating #ClutterEffect<!-- -->s using GLSL shaders.
*
* #ClutterShaderEffect creates an offscreen buffer and then applies the GLSL
* fragment shader (after checking whether the compilation and linking were
* shader (after checking whether the compilation and linking were
* successfull) to the buffer before painting it on screen.
*
* <refsect2 id="ClutterShaderEffect-implementing">