Virtual Method
ClutterOffscreenEffectcreate_texture
Declaration [src]
CoglHandle
create_texture (
ClutterOffscreenEffect* effect,
gfloat width,
gfloat height
)
Parameters
width |
gfloat |
The minimum width of the target texture. |
|
height |
gfloat |
The minimum height of the target texture. |
Return value
Returns: | CoglHandle |
A handle to a Cogl texture, or
|