Handbook
Glossary
cogl_rectangle_with_multitexture_coords ( x1 y1 x2 y2 tex_coords tex_coords_len -- )
Vocabulary
clutter
.
cogl
.
ffi
Inputs
x1
an
object
y1
an
object
x2
an
object
y2
an
object
tex_coords
an
object
tex_coords_len
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
clutter.cogl.ffi
LIBRARY:
clutter.cogl
FUNCTION:
void
cogl_rectangle_with_multitexture_coords
(
gfloat
x1,
gfloat
y1,
gfloat
x2,
gfloat
y2, gfloat*
tex_coords,
gint
tex_coords_len )