mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
Make viewerSpace [SameObject]
This commit is contained in:
parent
d4a6a4987d
commit
0756923e52
2 changed files with 5 additions and 2 deletions
|
@ -20,7 +20,7 @@ interface XRSession : EventTarget {
|
|||
readonly attribute XREnvironmentBlendMode environmentBlendMode;
|
||||
|
||||
readonly attribute XRRenderState renderState;
|
||||
readonly attribute XRSpace viewerSpace;
|
||||
[SameObject] readonly attribute XRSpace viewerSpace;
|
||||
|
||||
// // Methods
|
||||
Promise<XRReferenceSpace> requestReferenceSpace(XRReferenceSpaceOptions options);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue