Virtual Method
ClutterOffscreenEffectcreate_texture
Declaration [src]
CoglTexture*
create_texture (
  ClutterOffscreenEffect* effect,
  CoglContext* cogl_context,
  gfloat width,
  gfloat height
)
Description [src]
Calls the Clutter.OffscreenEffectClass.create_texture virtual function of the effect.
Parameters
- cogl_context
- 
            Type: CoglContextNo description available. The data is owned by the caller of the method. 
- width
- 
            Type: gfloatThe minimum width of the target texture. 
- height
- 
            Type: gfloatThe minimum height of the target texture. 
Return value
Type: CoglTexture
A handle to a Cogl texture, or
  NULL. The returned handle has its reference
  count increased.
| The caller of the method takes ownership of the returned data, and is responsible for freeing it. |