Add cogl_vertex_buffer_is_indices to the public headers
This function has always been defined in the shared library but it was missed from the public headers.
This commit is contained in:
parent
b25035ad2d
commit
9e3705ecb3
@ -457,6 +457,21 @@ cogl_vertex_buffer_indices_get_for_quads (unsigned int n_indices);
|
|||||||
gboolean
|
gboolean
|
||||||
cogl_is_vertex_buffer (CoglHandle handle);
|
cogl_is_vertex_buffer (CoglHandle handle);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* cogl_is_vertex_buffer_indices:
|
||||||
|
* @handle: a #CoglHandle
|
||||||
|
*
|
||||||
|
* Checks whether @handle is a handle to the indices for a vertex
|
||||||
|
* buffer object
|
||||||
|
*
|
||||||
|
* Return value: %TRUE if the handle is indices, and %FALSE
|
||||||
|
* otherwise
|
||||||
|
*
|
||||||
|
* Since: 1.4
|
||||||
|
*/
|
||||||
|
gboolean
|
||||||
|
cogl_is_vertex_buffer_indices (CoglHandle handle);
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
||||||
#endif /* __COGL_VERTEX_BUFFER_H__ */
|
#endif /* __COGL_VERTEX_BUFFER_H__ */
|
||||||
|
@ -432,6 +432,7 @@ CoglIndicesType
|
|||||||
cogl_vertex_buffer_indices_new
|
cogl_vertex_buffer_indices_new
|
||||||
cogl_vertex_buffer_draw_elements
|
cogl_vertex_buffer_draw_elements
|
||||||
cogl_vertex_buffer_indices_get_for_quads
|
cogl_vertex_buffer_indices_get_for_quads
|
||||||
|
cogl_is_vertex_buffer_indices
|
||||||
|
|
||||||
<SUBSECTION Private>
|
<SUBSECTION Private>
|
||||||
cogl_vertex_buffer_indices_get_type
|
cogl_vertex_buffer_indices_get_type
|
||||||
|
Loading…
Reference in New Issue
Block a user