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.

Available since:1.4

Parameters

material CoglHandle
 

A handle to a Cogl material.

 The argument can be NULL.