create_texture


Description:

public virtual Handle create_texture (float width, float height)

Calls the create_texture virtual function of the this

Parameters:

this

a OffscreenEffect

width

the minimum width of the target texture

height

the minimum height of the target texture

Returns:

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