Use webvr future_frame_data to avoid blocking the WebGL thread

This commit is contained in:
Alan Jeffrey 2019-02-25 11:44:26 -06:00
parent a28e15e4ea
commit c9087013b1
7 changed files with 23 additions and 17 deletions

View file

@ -27,3 +27,4 @@ serde = "1.0"
serde_bytes = "0.10"
servo_config = {path = "../config"}
webrender_api = {git = "https://github.com/servo/webrender", features = ["ipc"]}
webvr_traits = {path = "../webvr_traits"}