mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Add spec links
This commit is contained in:
parent
241d93340b
commit
c6c6b518cb
9 changed files with 28 additions and 2 deletions
|
@ -36,6 +36,7 @@ impl XRViewerPose {
|
|||
}
|
||||
|
||||
impl XRViewerPoseMethods for XRViewerPose {
|
||||
/// https://immersive-web.github.io/webxr/#dom-xrviewerpose-views
|
||||
fn Views(&self) -> Vec<DomRoot<XRView>> {
|
||||
vec![
|
||||
DomRoot::from_ref(&self.left),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue