cogl_texture_set_region ( handle src_x src_y dst_x dst_y dst_width dst_height width height format rowstride data -- gboolean )


Vocabulary
clutter.cogl.ffi

Inputs
handlean object
src_xan object
src_yan object
dst_xan object
dst_yan object
dst_widthan object
dst_heightan object
widthan object
heightan object
formatan object
rowstridean object
dataan object


Outputs
gbooleanan object


Definition


LIBRARY: clutter.cogl FUNCTION: gboolean
cogl_texture_set_region
( CoglHandle handle, gint src_x, gint src_y, gint dst_x,
gint dst_y, guint dst_width, guint dst_height, gint width,
gint height, CoglPixelFormat format, guint rowstride, guint8
data )