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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -113,6 +113,7 @@ Bottom level categories:
113
113
- Fix panic when creating a surface while no backend is available. By @wumpf[#5166](https://github.com/gfx-rs/wgpu/pull/5166)
114
114
- Correctly compute minimum buffer size for array-typed `storage` and `uniform` vars. By @jimblandy[#5222](https://github.com/gfx-rs/wgpu/pull/5222)
115
115
- Fix timeout when presenting a surface where no work has been done. By @waywardmonkeys in [#5200](https://github.com/gfx-rs/wgpu/pull/5200)
116
+
- Fix an issue where command encoders weren't properly freed if an error occurred during command encoding. By @ErichDonGubler in [#5251](https://github.com/gfx-rs/wgpu/pull/5251).
0 commit comments