Handbook
Glossary
cogl_vertex_buffer_draw_elements ( handle mode indices min_index max_index indices_offset count -- )
Vocabulary
clutter
.
cogl
.
ffi
Inputs
handle
an
object
mode
an
object
indices
an
object
min_index
an
object
max_index
an
object
indices_offset
an
object
count
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_vertex_buffer_draw_elements
(
CoglHandle
handle,
CoglVerticesMode
mode,
CoglHandle
indices,
gint
min_index,
gint
max_index,
gint
indices_offset,
gint
count )