mirror of
https://github.com/servo/servo
synced 2026-05-12 09:56:50 +02:00
webgpu: Remove mutex around Identities (#32682)
This commit is contained in:
@@ -109,7 +109,6 @@ impl GPUCommandEncoderMethods for GPUCommandEncoder {
|
||||
let compute_pass_id = self
|
||||
.global()
|
||||
.wgpu_id_hub()
|
||||
.lock()
|
||||
.create_compute_pass_id(self.device.id().0.backend());
|
||||
|
||||
if let Err(e) = self.channel.0.send(WebGPURequest::BeginComputePass {
|
||||
|
||||
Reference in New Issue
Block a user