Method
ClutterShaderEffectset_shader_source
Declaration [src]
gboolean
clutter_shader_effect_set_shader_source (
ClutterShaderEffect* effect,
const gchar* source
)
Description [src]
Sets the source of the GLSL shader used by effect
This function should only be called by implementations of
the ClutterShaderEffect
class, and not by application code.
This function can only be called once; subsequent calls will yield no result.