Handbook
Glossary
cogl_draw_attributes_array ( mode first_vertex n_vertices attributes -- )
Vocabulary
clutter
.
cogl
.
ffi
Inputs
mode
an
object
first_vertex
an
object
n_vertices
an
object
attributes
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_attributes_array
(
CoglVerticesMode
mode,
gint
first_vertex,
gint
n_vertices,
CoglAttribute* attributes )