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