mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Add a dummy implementation of all the XR Layer types
This commit is contained in:
parent
754019f6bc
commit
d255dc9f7b
18 changed files with 337 additions and 85 deletions
11
components/script/dom/xrcylinderlayer.rs
Normal file
11
components/script/dom/xrcylinderlayer.rs
Normal file
|
@ -0,0 +1,11 @@
|
|||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
|
||||
|
||||
use crate::dom::xrcompositionlayer::XRCompositionLayer;
|
||||
use dom_struct::dom_struct;
|
||||
|
||||
#[dom_struct]
|
||||
pub struct XRCylinderLayer {
|
||||
composition_layer: XRCompositionLayer,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue