Trait raylib::core::drawing::RaylibVRModeExt [−][src]
pub trait RaylibVRModeExt where
Self: Sized, {
fn begin_vr_stereo_mode<'a>(
&'a mut self,
vr_config: &'a mut VrStereoConfig
) -> RaylibVRMode<'_, Self> { ... }
}