| Cogl Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
void * cogl_texture_ref ();void *texture
cogl_texture_ref has been deprecated since version 1.2 and should not be used in newly-written code. Use cogl_object_ref() instead
Increment the reference count for a cogl texture.
|
a |
Returns : |
the texture pointer. |
void cogl_texture_unref ();void *texture
cogl_texture_unref has been deprecated since version 1.2 and should not be used in newly-written code. Use cogl_object_unref() instead
Decrement the reference count for a cogl texture.
|
a |