diff --git a/clutter/clutter-shader-effect.c b/clutter/clutter-shader-effect.c index 5f525a06f..53e82f737 100644 --- a/clutter/clutter-shader-effect.c +++ b/clutter/clutter-shader-effect.c @@ -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 #ClutterEffects using GLSL fragment - * shaders. + * plumbing for creating #ClutterEffects 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. * *