mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
webgpu: Divide message code into separate files (#32700)
* Spilt webgpu ipc messages even more * Add license to mod.rs * file docs
This commit is contained in:
parent
40bac8c3df
commit
91ca727eb9
5 changed files with 93 additions and 73 deletions
7
components/webgpu/ipc_messages/mod.rs
Normal file
7
components/webgpu/ipc_messages/mod.rs
Normal file
|
@ -0,0 +1,7 @@
|
|||
/* 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/. */
|
||||
|
||||
pub mod recv;
|
||||
pub mod to_dom;
|
||||
pub mod to_script;
|
Loading…
Add table
Add a link
Reference in a new issue