pub const ovrProjection_FarClipAtInfinity: ovrProjectionModifier = 0x04;Expand description
When this flag is used, the zfar value pushed into ovrMatrix4f_Projection() will be ignored
NOTE: Enable only if ovrProjection_FarLessThanNear is also enabled where the far clipping plane will be pushed to infinity.