Handbook
Glossary
cogl_texture_new_from_sub_texture ( full_texture sub_x sub_y sub_width sub_height -- CoglHandle )
Vocabulary
clutter
.
cogl
.
ffi
Inputs
full_texture
an
object
sub_x
an
object
sub_y
an
object
sub_width
an
object
sub_height
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_sub_texture
(
CoglHandle
full_texture,
gint
sub_x,
gint
sub_y,
gint
sub_width,
gint
sub_height )