Function gs_perspective

Source
pub unsafe extern "C" fn gs_perspective(
    fovy: f32,
    aspect: f32,
    znear: f32,
    zfar: f32,
)