Function cogl_sys::cogl_framebuffer_draw_textured_rectangle[][src]

pub unsafe extern "C" fn cogl_framebuffer_draw_textured_rectangle(
    framebuffer: *mut CoglFramebuffer,
    pipeline: *mut CoglPipeline,
    x_1: c_float,
    y_1: c_float,
    x_2: c_float,
    y_2: c_float,
    s_1: c_float,
    t_1: c_float,
    s_2: c_float,
    t_2: c_float
)