You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(core): handle HAL errors from query set creation (#6505)
* fix(core): handle HAL errors from query set creation
* Update CHANGELOG.md
Co-authored-by: Andreas Reich <[email protected]>
---------
Co-authored-by: Andreas Reich <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,10 @@ Bottom level categories:
64
64
65
65
### Bug Fixes
66
66
67
+
#### General
68
+
69
+
- Handle query set creation failure as an internal error that loses the `Device`, rather than panicking. By @ErichDonGubler in [#6505](https://github.com/gfx-rs/wgpu/pull/6505).
70
+
67
71
#### Naga
68
72
69
73
- Fix crash when a texture argument is missing. By @aedm in [#6486](https://github.com/gfx-rs/wgpu/pull/6486)
0 commit comments