mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Support WebXR devices with main thread affinity
This commit is contained in:
parent
683bd0d881
commit
e9d410d0ab
5 changed files with 20 additions and 8 deletions
|
@ -155,4 +155,5 @@ pub struct InitialCompositorState {
|
|||
pub webrender_document: webrender_api::DocumentId,
|
||||
pub webrender_api: webrender_api::RenderApi,
|
||||
pub webvr_heartbeats: Vec<Box<dyn WebVRMainThreadHeartbeat>>,
|
||||
pub webxr_main_thread: webxr_api::MainThreadRegistry,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue