Function cogl_sys::cogl_matrix_ortho[][src]

pub unsafe extern "C" fn cogl_matrix_ortho(
    matrix: *mut CoglMatrix,
    left: c_float,
    right: c_float,
    bottom: c_float,
    top: c_float,
    near: c_float,
    far: c_float
)