Struct bgfx_sys::Struct_bgfx_hmd_eye [] [src]

pub struct Struct_bgfx_hmd_eye {
    pub rotation: [c_float; 4usize],
    pub translation: [c_float; 3usize],
    pub fov: [c_float; 4usize],
    pub adjust: [c_float; 3usize],
    pub pixelsPerTanAngle: [c_float; 2usize],
}

Fields

rotation
translation
fov
adjust
pixelsPerTanAngle

Trait Implementations

impl Clone for Struct_bgfx_hmd_eye

fn clone(&self) -> Self

fn clone_from(&mut self, source: &Self)

impl Default for Struct_bgfx_hmd_eye

fn default() -> Self

Derived Implementations

impl Copy for Struct_bgfx_hmd_eye