Function cogl_sys::cogl_matrix_view_2d_in_frustum[][src]

pub unsafe extern "C" fn cogl_matrix_view_2d_in_frustum(
    matrix: *mut CoglMatrix,
    left: c_float,
    right: c_float,
    bottom: c_float,
    top: c_float,
    z_near: c_float,
    z_2d: c_float,
    width_2d: c_float,
    height_2d: c_float
)