mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Hook webxr data into XRFrame/XRView/XRSpace
This commit is contained in:
parent
104a712a28
commit
8780edb165
12 changed files with 110 additions and 106 deletions
|
@ -6,7 +6,8 @@
|
|||
|
||||
enum XREye {
|
||||
"left",
|
||||
"right"
|
||||
"right",
|
||||
"unknown",
|
||||
};
|
||||
|
||||
[SecureContext, Exposed=Window, Pref="dom.webxr.enabled"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue