Handbook
Glossary
cogl_indices_new ( type indices_data n_indices -- CoglIndices* )
Vocabulary
clutter
.
cogl
.
ffi
Inputs
type
an
object
indices_data
an
object
n_indices
an
object
Outputs
CoglIndices*
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
clutter.cogl.ffi
LIBRARY:
clutter.cogl
FUNCTION:
CoglIndices*
cogl_indices_new
(
CoglIndicesType
type,
gpointer
indices_data,
gint
n_indices )