[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
14e6323554
commit
71d65b629b
@ -289,13 +289,13 @@ cogl_vertex_buffer_draw (CoglHandle handle,
|
||||
* drawing.
|
||||
*/
|
||||
void
|
||||
cogl_vertex_buffer_draw_range_elements (CoglHandle handle,
|
||||
GLenum mode,
|
||||
GLuint min_index,
|
||||
GLuint max_index,
|
||||
GLsizei count,
|
||||
GLenum indices_type,
|
||||
const GLvoid *indices);
|
||||
cogl_vertex_buffer_draw_elements (CoglHandle handle,
|
||||
GLenum mode,
|
||||
GLuint min_index,
|
||||
GLuint max_index,
|
||||
GLsizei count,
|
||||
GLenum indices_type,
|
||||
const GLvoid *indices);
|
||||
|
||||
/**
|
||||
* cogl_vertex_buffer_ref:
|
||||
|
@ -307,7 +307,7 @@ cogl_vertex_buffer_submit
|
||||
cogl_vertex_buffer_disable
|
||||
cogl_vertex_buffer_enable
|
||||
cogl_vertex_buffer_draw
|
||||
cogl_vertex_buffer_draw_range_elements
|
||||
cogl_vertex_buffer_draw_elements
|
||||
<SUBSECTION Private>
|
||||
CoglVertexBufferAttribFlags
|
||||
COGL_VERTEX_BUFFER_ATTRIB_FLAG_GL_TYPE_MASK
|
||||
|
Loading…
Reference in New Issue
Block a user