pub unsafe extern "C" fn ovrTimewarpProjectionDesc_FromProjection(
    projection: ovrMatrix4f,
    projectionModFlags: c_uint
) -> ovrTimewarpProjectionDesc
Expand description

Extracts the required data from the result of ovrMatrix4f_Projection.

in projection Specifies the project matrix from which to extract ovrTimewarpProjectionDesc.

in projectionModFlags A combination of the ovrProjectionModifier flags.

Returns the extracted ovrTimewarpProjectionDesc.

see ovrTimewarpProjectionDesc