Trait webxr_api::MainThreadSession
source · pub trait MainThreadSession: 'static {
// Required methods
fn run_one_frame(&mut self);
fn running(&self) -> bool;
}
Expand description
Devices that need to can run sessions on the main thread.