Method
ClutterDeformEffectset_back_material
Declaration [src]
void
clutter_deform_effect_set_back_material (
ClutterDeformEffect* effect,
CoglHandle material
)
Description [src]
Sets the material that should be used when drawing the back face of the actor during a deformation
The ClutterDeformEffect
will take a reference on the material’s handle.
Parameters
material
-
Type:
CoglHandle
A handle to a Cogl material.
The argument can be NULL
.