Bug 1877461 - chore(webgpu): enable panicking on OOMs, device loss, and other internal errors r=webgpu-reviewers,nical

Differential Revision: https://phabricator.services.mozilla.com/D207152
This commit is contained in:
Erich Gubler 2024-04-15 20:11:16 +00:00
parent a1b5483a02
commit bde03489e1

View file

@ -52,7 +52,7 @@ rev = "0c5bebca514eb06d9387f87666c1c658f3f673b4"
package = "wgpu-hal"
git = "https://github.com/gfx-rs/wgpu"
rev = "0c5bebca514eb06d9387f87666c1c658f3f673b4"
features = ["windows_rs"]
features = ["windows_rs", "oom_panic", "device_lost_panic", "internal_error_panic"]
[target.'cfg(windows)'.dependencies.d3d12]
git = "https://github.com/gfx-rs/wgpu"