Handbook
Glossary
cogl_vertex_buffer_add ( handle attribute_name n_components type normalized stride pointer -- )
Vocabulary
clutter
.
cogl
.
ffi
Inputs
handle
an
object
attribute_name
an
object
n_components
an
object
type
an
object
normalized
an
object
stride
an
object
pointer
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_add
(
CoglHandle
handle, gchar* attribute_name,
guint8
n_components,
CoglAttributeType
type,
gboolean
normalized,
guint16
stride,
gpointer
pointer )