Struct ovr_sys::ovrViewScaleDesc [] [src]

#[repr(C)]
pub struct ovrViewScaleDesc { pub _align: [u32; 0], pub HmdToEyeOffset: [ovrVector3f; 2], pub HmdSpaceToWorldScaleInMeters: f32, }

Contains the data necessary to properly calculate position info for various layer types.

see ovrEyeRenderDesc, ovr_SubmitFrame

Fields

Translation of each eye.

Ratio of viewer units to meter units.

Trait Implementations

impl Debug for ovrViewScaleDesc
[src]

Formats the value using the given formatter.

impl Copy for ovrViewScaleDesc
[src]

impl Clone for ovrViewScaleDesc
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more