Handbook
Glossary
cogl_draw_indexed_attributes ( mode first_vertex n_vertices indices varargs -- )
Vocabulary
clutter
.
cogl
.
ffi
Inputs
mode
an
object
first_vertex
an
object
n_vertices
an
object
indices
an
object
varargs
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
clutter.cogl.ffi
LIBRARY:
clutter.cogl
FUNCTION:
void
cogl_draw_indexed_attributes
(
CoglVerticesMode
mode,
gint
first_vertex,
gint
n_vertices,
CoglIndices* indices,
void*
varargs )