Desktop: Fix crash caused by submitting work mid surface-reconfigure (#4317)

Implement wgpu-sync
This commit is contained in:
Timon
2026-07-09 12:09:01 +00:00
committed by GitHub
parent 6a54dcb5da
commit 97f8113fe4
12 changed files with 284 additions and 47 deletions
Generated
+8
View File
@@ -6951,6 +6951,7 @@ dependencies = [
"vello",
"web-sys",
"wgpu",
"wgpu-sync",
]
[[package]]
@@ -7017,6 +7018,13 @@ dependencies = [
"wgpu-types",
]
[[package]]
name = "wgpu-sync"
version = "0.0.0"
dependencies = [
"wgpu",
]
[[package]]
name = "wgpu-types"
version = "29.0.3"