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:
Samson 2024-07-12 13:01:15 +02:00 committed by GitHub
parent 40bac8c3df
commit 91ca727eb9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 93 additions and 73 deletions

View 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;