mirror of
https://github.com/brl/mutter.git
synced 2024-11-09 23:46:33 -05:00
[doc] Remove references to cogl_vertex_buffer_delete_indices
These referencese were left over from before indices got CoglHandles to uniquely identify them. cogl_handle_unref can be used to delete indices now.
This commit is contained in:
parent
c570014360
commit
afe10f9897
@ -343,20 +343,6 @@ cogl_vertex_buffer_indices_new (CoglIndicesType indices_type,
|
||||
CoglIndicesType
|
||||
cogl_vertex_buffer_indices_get_type (CoglHandle indices);
|
||||
|
||||
/**
|
||||
* cogl_vertex_buffer_delete_indices:
|
||||
* @handle: A vertex buffer handle
|
||||
* @indices_id: The identifier for a an array of indices previously added to
|
||||
* the given Cogl vertex buffer using
|
||||
* cogl_vertex_buffer_add_indices().
|
||||
*
|
||||
* Frees the resources associated with a previously added array of vertex
|
||||
* indices.
|
||||
*/
|
||||
void
|
||||
cogl_vertex_buffer_delete_indices (CoglHandle handle,
|
||||
int indices_id);
|
||||
|
||||
/**
|
||||
* cogl_vertex_buffer_draw_elements:
|
||||
* @handle: A vertex buffer handle
|
||||
|
@ -378,7 +378,6 @@ cogl_vertex_buffer_draw
|
||||
<SUBSECTION>
|
||||
CoglIndicesType
|
||||
cogl_vertex_buffer_indices_new
|
||||
cogl_vertex_buffer_delete_indices
|
||||
cogl_vertex_buffer_draw_elements
|
||||
cogl_vertex_buffer_indices_get_for_quads
|
||||
<SUBSECTION Private>
|
||||
|
Loading…
Reference in New Issue
Block a user