Handbook
Glossary
cogl_rectangle_with_texture_coords ( x1 y1 x2 y2 tx1 ty1 tx2 ty2 -- )
Vocabulary
clutter
.
cogl
.
ffi
Inputs
x1
an
object
y1
an
object
x2
an
object
y2
an
object
tx1
an
object
ty1
an
object
tx2
an
object
ty2
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_texture_coords
(
gfloat
x1,
gfloat
y1,
gfloat
x2,
gfloat
y2,
gfloat
tx1,
gfloat
ty1,
gfloat
tx2,
gfloat
ty2 )