Handbook
Glossary
cogl_attribute_new ( array name stride offset components type -- CoglAttribute* )
Vocabulary
clutter
.
cogl
.
ffi
Inputs
array
an
object
name
an
object
stride
an
object
offset
an
object
components
an
object
type
an
object
Outputs
CoglAttribute*
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
clutter.cogl.ffi
LIBRARY:
clutter.cogl
FUNCTION:
CoglAttribute*
cogl_attribute_new
( CoglVertexArray* array, gchar* name,
gsize
stride,
gsize
offset,
gint
components,
CoglAttributeType
type )