Function cogl_sys::cogl_framebuffer_orthographic[][src]

pub unsafe extern "C" fn cogl_framebuffer_orthographic(
    framebuffer: *mut CoglFramebuffer,
    x_1: c_float,
    y_1: c_float,
    x_2: c_float,
    y_2: c_float,
    near: c_float,
    far: c_float
)