Handbook
Glossary
cogl_texture_3d_new_with_size_EXP ( width height depth flags internal_format error -- CoglHandle )
Vocabulary
clutter
.
cogl
.
ffi
Inputs
width
an
object
height
an
object
depth
an
object
flags
an
object
internal_format
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_with_size_EXP
(
guint
width,
guint
height,
guint
depth,
CoglTextureFlags
flags,
CoglPixelFormat
internal_format, GError* error )