mirror of
https://github.com/servo/servo.git
synced 2025-08-12 00:45:33 +01:00
Update webxr
This commit is contained in:
parent
6653b89b64
commit
bb652a0e0b
3 changed files with 21 additions and 13 deletions
|
@ -819,7 +819,7 @@ impl EmbedderMethods for ServoEmbedderCallbacks {
|
|||
}
|
||||
}
|
||||
|
||||
if openxr::create_instance().is_ok() {
|
||||
if openxr::create_instance(false).is_ok() {
|
||||
let discovery = openxr::OpenXrDiscovery::new(
|
||||
Box::new(GlThread(executor)),
|
||||
Box::new(ProviderRegistration(surface_providers)),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue