Function cogl_sys::cogl_matrix_stack_perspective[][src]

pub unsafe extern "C" fn cogl_matrix_stack_perspective(
    stack: *mut CoglMatrixStack,
    fov_y: c_float,
    aspect: c_float,
    z_near: c_float,
    z_far: c_float
)