Function cogl_sys::cogl_matrix_stack_orthographic[][src]

pub unsafe extern "C" fn cogl_matrix_stack_orthographic(
    stack: *mut CoglMatrixStack,
    x_1: c_float,
    y_1: c_float,
    x_2: c_float,
    y_2: c_float,
    near: c_float,
    far: c_float
)