mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
Support fetching viewport info
This commit is contained in:
parent
e259ff727e
commit
7e043a33f1
9 changed files with 125 additions and 6 deletions
|
@ -10,7 +10,7 @@ enum XREye {
|
|||
};
|
||||
|
||||
[SecureContext, Exposed=Window] interface XRView {
|
||||
// readonly attribute XREye eye;
|
||||
readonly attribute XREye eye;
|
||||
// readonly attribute Float32Array projectionMatrix;
|
||||
// readonly attribute Float32Array viewMatrix;
|
||||
// readonly attribute XRRigidTransform transform;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue