mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
chore: Update wgpu again (#33635)
* Update wgpu again Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com> * Update expectations Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com> * Update components/webgpu/swapchain.rs Co-authored-by: Martin Robinson <mrobinson@igalia.com> Signed-off-by: Samson <16504129+sagudev@users.noreply.github.com> * Update components/webgpu/wgpu_thread.rs Co-authored-by: Martin Robinson <mrobinson@igalia.com> Signed-off-by: Samson <16504129+sagudev@users.noreply.github.com> --------- Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com> Signed-off-by: Samson <16504129+sagudev@users.noreply.github.com> Co-authored-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
57d96653eb
commit
20eb927843
5 changed files with 1548 additions and 5229 deletions
|
@ -1005,7 +1005,7 @@ impl WGPU {
|
|||
let _guard = self.poller.lock();
|
||||
global
|
||||
.queue_submit(queue_id, &command_buffers)
|
||||
.map_err(Error::from_error)
|
||||
.map_err(|(_, error)| Error::from_error(error))
|
||||
};
|
||||
self.maybe_dispatch_error(device_id, result.err());
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue