Function cogl_sys::cogl_framebuffer_frustum[][src]

pub unsafe extern "C" fn cogl_framebuffer_frustum(
    framebuffer: *mut CoglFramebuffer,
    left: c_float,
    right: c_float,
    bottom: c_float,
    top: c_float,
    z_near: c_float,
    z_far: c_float
)