Handbook
Glossary
cogl_texture_get_data ( handle format rowstride data -- gint )
Vocabulary
clutter
.
cogl
.
ffi
Inputs
handle
an
object
format
an
object
rowstride
an
object
data
an
object
Outputs
gint
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
clutter.cogl.ffi
LIBRARY:
clutter.cogl
FUNCTION:
gint
cogl_texture_get_data
(
CoglHandle
handle,
CoglPixelFormat
format,
guint
rowstride,
guint8
data )