Skip to content

Commit fe2a15b

Browse files
docs(CHANGELOG): note OOB buffer panic → to wgpu-core valid. err.
1 parent 53b76b2 commit fe2a15b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ By @ErichDonGubler in [#6456](https://github.com/gfx-rs/wgpu/pull/6456), [#6148]
147147
- Check that begin and end indices are not equal.
148148
- Check that at least one index is specified.
149149
- Reject destroyed buffers in query set resolution. By @ErichDonGubler in [#6579](https://github.com/gfx-rs/wgpu/pull/6579).
150+
- Move buffer slice OOB checks to be a validation error in `wgpu-core`, instead of a panic in `wgpu` only. By @ErichDonGubler in [#6493](https://github.com/gfx-rs/wgpu/pull/6493).
150151

151152
#### Naga
152153

0 commit comments

Comments
 (0)