Struct ovr_sys::ovrTimewarpProjectionDesc [] [src]

#[repr(C)]
pub struct ovrTimewarpProjectionDesc { pub _align: [u32; 0], pub Projection22: f32, pub Projection23: f32, pub Projection32: f32, }

Projection information for ovrLayerEyeFovDepth.

Use the utility function ovrTimewarpProjectionDesc_FromProjection to generate this structure from the application's projection matrix.

see ovrLayerEyeFovDepth, ovrTimewarpProjectionDesc_FromProjection

Fields

Projection matrix element [2][2].

Projection matrix element [2][3].

Projection matrix element [3][2].

Trait Implementations

impl Debug for ovrTimewarpProjectionDesc
[src]

Formats the value using the given formatter.

impl Copy for ovrTimewarpProjectionDesc
[src]

impl Clone for ovrTimewarpProjectionDesc
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more