Method

ClutterOffscreenEffectcreate_texture

since: 1.4

Declaration [src]

CoglHandle
clutter_offscreen_effect_create_texture (
  ClutterOffscreenEffect* effect,
  gfloat width,
  gfloat height
)

Description [src]

Calls the create_texture() virtual function of the effect.

Available since: 1.4

Parameters

width

Type: gfloat

The minimum width of the target texture.

height

Type: gfloat

The minimum height of the target texture.

Return value

Type: CoglHandle

A handle to a Cogl texture, or NULL. The returned handle has its reference count increased.