pub const ovrProjection_None: ovrProjectionModifier = 0x00;Expand description
Use for generating a default projection matrix that is:
- Right-handed.
- Near depth values stored in the depth buffer are smaller than far depth values.
- Both near and far are explicitly defined.
- With a clipping range that is (0 to w).