pub unsafe extern "C" fn ovrMatrix4f_Projection(
    fov: ovrFovPort,
    znear: f32,
    zfar: f32,
    projectionModFlags: c_uint
) -> ovrMatrix4f
Expand description

Used to generate projection from ovrEyeDesc::Fov.

in fov Specifies the ovrFovPort to use.

in znear Distance to near Z limit.

in zfar Distance to far Z limit.

in projectionModFlags A combination of the ovrProjectionModifier flags.

Returns the calculated projection matrix.

see ovrProjectionModifier