mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
upgrade wgpu to v0.6
This commit is contained in:
parent
669b16f2c0
commit
e1bfc7aa0d
5 changed files with 125 additions and 41 deletions
|
@ -292,6 +292,7 @@ impl GPUCommandEncoderMethods for GPUCommandEncoder {
|
|||
size: GPUSize64,
|
||||
) {
|
||||
let scope_id = self.device.use_current_scope();
|
||||
println!("CopyBufferToBuffer scope_id {:?}", scope_id);
|
||||
|
||||
if !(*self.state.borrow() == GPUCommandEncoderState::Open) {
|
||||
self.device.handle_server_msg(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue