![]() |
![]() |
![]() |
Cogl Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
CoglHandle cogl_texture_ref (CoglHandle handle
); void cogl_texture_unref (CoglHandle handle
);
CoglHandle cogl_texture_ref (CoglHandle handle
);
cogl_texture_ref
has been deprecated since version 1.2 and should not be used in newly-written code. Use cogl_handle_ref()
instead
Increment the reference count for a cogl texture.
|
a CoglHandle .
|
Returns : |
the handle .
|
void cogl_texture_unref (CoglHandle handle
);
cogl_texture_unref
has been deprecated since version 1.2 and should not be used in newly-written code. Use cogl_handle_unref()
instead
Decrement the reference count for a cogl texture.
|
a CoglHandle .
|