Function gs_frustum

Source
pub unsafe extern "C" fn gs_frustum(
    left: f32,
    right: f32,
    top: f32,
    bottom: f32,
    znear: f32,
    zfar: f32,
)