mirror of
https://github.com/servo/servo.git
synced 2025-08-11 00:15:32 +01:00
Add inlineVerticalFieldOfView support
This commit is contained in:
parent
2066a5509a
commit
a64e02a451
3 changed files with 30 additions and 6 deletions
|
@ -7,11 +7,13 @@
|
|||
dictionary XRRenderStateInit {
|
||||
double depthNear;
|
||||
double depthFar;
|
||||
double inlineVerticalFieldOfView;
|
||||
XRWebGLLayer baseLayer;
|
||||
};
|
||||
|
||||
[SecureContext, Exposed=Window, Pref="dom.webxr.enabled"] interface XRRenderState {
|
||||
readonly attribute double depthNear;
|
||||
readonly attribute double depthFar;
|
||||
readonly attribute double inlineVerticalFieldOfView;
|
||||
readonly attribute XRWebGLLayer? baseLayer;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue