![]() |
![]() |
![]() |
Cogl Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
CoglHandle cogl_vertex_buffer_ref (CoglHandle handle
); void cogl_vertex_buffer_unref (CoglHandle handle
);
CoglHandle cogl_vertex_buffer_ref (CoglHandle handle
);
cogl_vertex_buffer_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 vertex buffer
|
a CoglHandle .
|
Returns : |
the handle .
|
void cogl_vertex_buffer_unref (CoglHandle handle
);
cogl_vertex_buffer_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 vertex buffer
|
a CoglHandle .
|