forked from mirrors/gecko-dev
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:
parent
a1b5483a02
commit
bde03489e1
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue