Function cogl_sys::cogl_matrix_view_2d_in_perspective[][src]

pub unsafe extern "C" fn cogl_matrix_view_2d_in_perspective(
    matrix: *mut CoglMatrix,
    fov_y: c_float,
    aspect: c_float,
    z_near: c_float,
    z_2d: c_float,
    width_2d: c_float,
    height_2d: c_float
)