mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Implement GPUBuffer.mapAsync and update wgpu-core
This commit is contained in:
parent
0afe412d63
commit
b74cea3a46
18 changed files with 514 additions and 433 deletions
11
components/script/dom/gpumapmode.rs
Normal file
11
components/script/dom/gpumapmode.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::bindings::reflector::Reflector;
|
||||
use dom_struct::dom_struct;
|
||||
|
||||
#[dom_struct]
|
||||
pub struct GPUMapMode {
|
||||
reflector_: Reflector,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue