Struct raylib::core::vr::VrDeviceInfo [−][src]
#[repr(C)]pub struct VrDeviceInfo {
pub h_resolution: i32,
pub v_esolution: i32,
pub h_screen_size: f32,
pub v_screen_size: f32,
pub v_screen_center: f32,
pub eye_to_screen_distance: f32,
pub lens_separation_distance: f32,
pub interpupillary_distance: f32,
pub lens_distortion_values: [f32; 4],
pub chroma_ab_correction: [f32; 4],
}
Fields
h_resolution: i32
v_esolution: i32
h_screen_size: f32
v_screen_size: f32
v_screen_center: f32
eye_to_screen_distance: f32
lens_separation_distance: f32
interpupillary_distance: f32
lens_distortion_values: [f32; 4]
chroma_ab_correction: [f32; 4]
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
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