Function clutter_sys::clutter_texture_set_from_yuv_data[][src]

pub unsafe extern "C" fn clutter_texture_set_from_yuv_data(
    texture: *mut ClutterTexture,
    data: *const u8,
    width: c_int,
    height: c_int,
    flags: ClutterTextureFlags,
    error: *mut *mut GError
) -> gboolean