mirror of
https://github.com/brl/mutter.git
synced 2024-11-29 19:40:43 -05:00
[cogl-vertex-buffer] fix cogl_vertex_buffer_draw_elements prototype
This function was renamed a while ago in the .c file from cogl_vertex_buffer_draw_range_elements but the corresponding .h and doc/reference/cogl changes weren't made.
This commit is contained in:
parent
a76e333f50
commit
2866b0e33b
@ -289,7 +289,7 @@ cogl_vertex_buffer_draw (CoglHandle handle,
|
|||||||
* drawing.
|
* drawing.
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
cogl_vertex_buffer_draw_range_elements (CoglHandle handle,
|
cogl_vertex_buffer_draw_elements (CoglHandle handle,
|
||||||
GLenum mode,
|
GLenum mode,
|
||||||
GLuint min_index,
|
GLuint min_index,
|
||||||
GLuint max_index,
|
GLuint max_index,
|
||||||
|
@ -307,7 +307,7 @@ cogl_vertex_buffer_submit
|
|||||||
cogl_vertex_buffer_disable
|
cogl_vertex_buffer_disable
|
||||||
cogl_vertex_buffer_enable
|
cogl_vertex_buffer_enable
|
||||||
cogl_vertex_buffer_draw
|
cogl_vertex_buffer_draw
|
||||||
cogl_vertex_buffer_draw_range_elements
|
cogl_vertex_buffer_draw_elements
|
||||||
<SUBSECTION Private>
|
<SUBSECTION Private>
|
||||||
CoglVertexBufferAttribFlags
|
CoglVertexBufferAttribFlags
|
||||||
COGL_VERTEX_BUFFER_ATTRIB_FLAG_GL_TYPE_MASK
|
COGL_VERTEX_BUFFER_ATTRIB_FLAG_GL_TYPE_MASK
|
||||||
|
Loading…
Reference in New Issue
Block a user