Function cogl_sys::cogl_rectangle_with_texture_coords[][src]

pub unsafe extern "C" fn cogl_rectangle_with_texture_coords(
    x1: c_float,
    y1: c_float,
    x2: c_float,
    y2: c_float,
    tx1: c_float,
    ty1: c_float,
    tx2: c_float,
    ty2: c_float
)