mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
allow setting base layer
This commit is contained in:
parent
d5911816e1
commit
682c89a18c
3 changed files with 18 additions and 4 deletions
|
@ -18,7 +18,7 @@ enum XREnvironmentBlendMode {
|
|||
|
||||
attribute double depthNear;
|
||||
attribute double depthFar;
|
||||
// attribute XRLayer baseLayer;
|
||||
attribute XRLayer? baseLayer;
|
||||
|
||||
// // Methods
|
||||
// Promise<XRReferenceSpace> requestReferenceSpace(XRReferenceSpaceType type, optional XRReferenceSpaceOptions options);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue