Method
ClutterDeformEffectget_back_material
since: 1.4
Declaration [src]
CoglHandle
clutter_deform_effect_get_back_material (
ClutterDeformEffect* effect
)
Description [src]
Retrieves the handle to the back face material used by effect
.
Available since: 1.4
Return value
Type: CoglHandle
A handle for the material, or NULL
.
The returned material is owned by the ClutterDeformEffect
and it
should not be freed directly.