mirror of
https://github.com/servo/servo.git
synced 2025-08-10 07:55:33 +01:00
Add dom.webxr.enabled pref
This commit is contained in:
parent
4b2fa5ef08
commit
241d93340b
14 changed files with 32 additions and 24 deletions
|
@ -9,9 +9,10 @@ enum XREye {
|
|||
"right"
|
||||
};
|
||||
|
||||
[SecureContext, Exposed=Window] interface XRView {
|
||||
[SecureContext, Exposed=Window, Pref="dom.webxr.enabled"]
|
||||
interface XRView {
|
||||
readonly attribute XREye eye;
|
||||
readonly attribute Float32Array projectionMatrix;
|
||||
readonly attribute Float32Array viewMatrix;
|
||||
// readonly attribute XRRigidTransform transform;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue