Struct raylib::ffi::VrDeviceInfo [−][src]
#[repr(C)]pub struct VrDeviceInfo {
pub hResolution: i32,
pub vResolution: i32,
pub hScreenSize: f32,
pub vScreenSize: f32,
pub vScreenCenter: f32,
pub eyeToScreenDistance: f32,
pub lensSeparationDistance: f32,
pub interpupillaryDistance: f32,
pub lensDistortionValues: [f32; 4],
pub chromaAbCorrection: [f32; 4],
}
Fields
hResolution: i32
vResolution: i32
hScreenSize: f32
vScreenSize: f32
vScreenCenter: f32
eyeToScreenDistance: f32
lensSeparationDistance: f32
interpupillaryDistance: f32
lensDistortionValues: [f32; 4]
chromaAbCorrection: [f32; 4]
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for VrDeviceInfo
impl Send for VrDeviceInfo
impl Sync for VrDeviceInfo
impl Unpin for VrDeviceInfo
impl UnwindSafe for VrDeviceInfo
Blanket Implementations
Mutably borrows from an owned value. Read more