mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02:00
Fill in XR frame/pose/view implementations
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
// https://immersive-web.github.io/webxr/#xrframe-interface
|
||||
|
||||
[SecureContext, Exposed=Window] interface XRFrame {
|
||||
// readonly attribute XRSession session;
|
||||
readonly attribute XRSession session;
|
||||
|
||||
// XRViewerPose? getViewerPose(optional XRReferenceSpace referenceSpace);
|
||||
XRViewerPose? getViewerPose(optional XRReferenceSpace referenceSpace);
|
||||
// XRInputPose? getInputPose(XRInputSource inputSource, optional XRReferenceSpace referenceSpace);
|
||||
};
|
||||
Reference in New Issue
Block a user