pub trait WebXrRegistry {
// Provided method
fn register(&self, _: &mut MainThreadRegistry<SurfmanGL>) { ... }
}Provided Methods§
Sourcefn register(&self, _: &mut MainThreadRegistry<SurfmanGL>)
fn register(&self, _: &mut MainThreadRegistry<SurfmanGL>)
Register services with a WebXR Registry.
Implementors§
impl WebXrRegistry for DefaultWebXrRegistry
Available on crate feature
webxr only.