Handbook
Glossary
gdk_cairo_draw_from_gl ( cr window source source_type buffer_scale x y width height -- )
Vocabulary
gdk3
.
ffi
Inputs
cr
an
object
window
an
object
source
an
object
source_type
an
object
buffer_scale
an
object
x
an
object
y
an
object
width
an
object
height
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
cairo.ffi
gobject-introspection.standard-types
;
IN:
gdk3.ffi
LIBRARY:
gdk3
FUNCTION:
void
gdk_cairo_draw_from_gl
( cairo_t* cr, GdkWindow* window,
gint
source,
gint
source_type,
gint
buffer_scale,
gint
x,
gint
y,
gint
width,
gint
height )