mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Add XRSession.viewerSpace
This commit is contained in:
parent
7e4b6512a7
commit
813613628d
3 changed files with 21 additions and 3 deletions
|
@ -20,6 +20,7 @@ interface XRSession : EventTarget {
|
|||
readonly attribute XREnvironmentBlendMode environmentBlendMode;
|
||||
|
||||
readonly attribute XRRenderState renderState;
|
||||
readonly attribute XRSpace viewerSpace;
|
||||
|
||||
// // Methods
|
||||
Promise<XRReferenceSpace> requestReferenceSpace(XRReferenceSpaceOptions options);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue