mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Add XREnvironmentBlendMode
This commit is contained in:
parent
0c10702e4b
commit
37872b8b9c
2 changed files with 10 additions and 1 deletions
|
@ -17,7 +17,7 @@ interface XRSession : EventTarget {
|
|||
// // Attributes
|
||||
readonly attribute XRSessionMode mode;
|
||||
// readonly attribute XRPresentationContext outputContext;
|
||||
// readonly attribute XREnvironmentBlendMode environmentBlendMode;
|
||||
readonly attribute XREnvironmentBlendMode environmentBlendMode;
|
||||
|
||||
attribute double depthNear;
|
||||
attribute double depthFar;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue