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
_align: [u32; 0]
Projection22: f32
Projection matrix element [2][2].
Projection23: f32
Projection matrix element [2][3].
Projection32: f32
Projection matrix element [3][2].
Trait Implementations
impl Debug for ovrTimewarpProjectionDesc[src]
impl Copy for ovrTimewarpProjectionDesc[src]
impl Clone for ovrTimewarpProjectionDesc[src]
fn clone(&self) -> ovrTimewarpProjectionDesc
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more