Method

ClutterShaderEffectget_shader

Declaration [src]

CoglShader*
clutter_shader_effect_get_shader (
  ClutterShaderEffect* effect
)

Description [src]

Retrieves a pointer to the shader’s handle.

Return value

Type: CoglShader

A pointer to the shader’s handle, or NULL.

The returned data is owned by the instance.