Skip to content

Commit 9021559

Browse files
committed
chore: changelog entry for #9958
1 parent 9a9127e commit 9021559

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ Bottom level categories:
8080

8181
- Zero-initialize padding (if any) at the end of a buffer allocation. This was application-visible in rare cases on Vulkan when a shader read beyond the valid range of a vertex buffer. By @andyleiserson in [#9791](https://github.com/gfx-rs/wgpu/pull/9791).
8282
- Fix required immediate slots calculation and remove `naga::valid::FunctionInfo::immediate_slots_used`. By @beicause in [#9725](https://github.com/gfx-rs/wgpu/pull/9725).
83+
- Fix a panic on the queue-empty assert in `Device::maintain` when more than one thread polls the same device. By @AdrianEddy in [#9958](https://github.com/gfx-rs/wgpu/pull/9958).
8384

8485
#### naga
8586

0 commit comments

Comments
 (0)