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:
Samson 2024-10-04 19:29:24 +02:00 committed by GitHub
parent 57d96653eb
commit 20eb927843
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 1548 additions and 5229 deletions

View file

@ -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());
},