Add empty XRPose interface

This commit is contained in:
Manish Goregaokar 2019-04-03 10:39:34 -07:00
parent 08079c4d28
commit e1f0ad7b7c
3 changed files with 31 additions and 0 deletions

View file

@ -0,0 +1,11 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
// https://immersive-web.github.io/webxr/#xrpose-interface
[SecureContext, Exposed=Window, Pref="dom.webxr.enabled"]
interface XRPose {
// readonly attribute XRRigidTransform transform;
// readonly attribute boolean emulatedPosition;
};