Handbook
Glossary
cogl_texture_new_from_data ( width height flags format internal_format rowstride data -- CoglHandle )
Vocabulary
clutter
.
cogl
.
ffi
Inputs
width
an
object
height
an
object
flags
an
object
format
an
object
internal_format
an
object
rowstride
an
object
data
an
object
Outputs
CoglHandle
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
clutter.cogl.ffi
LIBRARY:
clutter.cogl
FUNCTION:
CoglHandle
cogl_texture_new_from_data
(
guint
width,
guint
height,
CoglTextureFlags
flags,
CoglPixelFormat
format,
CoglPixelFormat
internal_format,
guint
rowstride,
guint8
data )