mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
webgpu: Remove mutex around Identities (#32682)
This commit is contained in:
parent
959ffad99a
commit
650af7db92
15 changed files with 69 additions and 100 deletions
|
@ -173,7 +173,6 @@ impl GPUTextureMethods for GPUTexture {
|
|||
let texture_view_id = self
|
||||
.global()
|
||||
.wgpu_id_hub()
|
||||
.lock()
|
||||
.create_texture_view_id(self.device.id().0.backend());
|
||||
|
||||
self.channel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue