Handbook
Glossary
cogl_texture_new_with_size ( width height flags internal_format -- CoglHandle )
Vocabulary
clutter
.
cogl
.
ffi
Inputs
width
an
object
height
an
object
flags
an
object
internal_format
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_with_size
(
guint
width,
guint
height,
CoglTextureFlags
flags,
CoglPixelFormat
internal_format )