mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +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
|
@ -496,6 +496,7 @@ impl<'a> WGPU<'a> {
|
|||
destination_offset,
|
||||
size
|
||||
));
|
||||
println!("CopyBufferToBuffer result {:?}", result);
|
||||
self.send_result(device_id, scope_id, result);
|
||||
},
|
||||
WebGPURequest::CopyBufferToTexture {
|
||||
|
@ -593,6 +594,7 @@ impl<'a> WGPU<'a> {
|
|||
self.send_result(device_id, scope_id, result);
|
||||
} else {
|
||||
let _ = gfx_select!(buffer_id => global.buffer_error(buffer_id));
|
||||
println!("CreateBuffer error {:?}", buffer_id);
|
||||
}
|
||||
},
|
||||
WebGPURequest::CreateCommandEncoder {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue