Function psp::sys::sceGumPerspective

source ·
#[no_mangle]
pub unsafe extern "C" fn sceGumPerspective(
    fovy: f32,
    aspect: f32,
    near: f32,
    far: f32
)
Expand description

Apply perspective projection matrix

§Note

The matrix loses its orthonogal status after executing this function.