From b66eb2a62860f6b8806edbd25e944951104bda91 Mon Sep 17 00:00:00 2001 From: Erich Gubler Date: Mon, 4 Nov 2024 14:22:33 -0500 Subject: [PATCH] =?UTF-8?q?docs(CHANGELOG):=20note=20OOB=20buffer=20panic?= =?UTF-8?q?=20=E2=86=92=20to=20`wgpu-core`=20valid.=20err.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07315f2932c..4fed9b3eb12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -358,6 +358,7 @@ By @ErichDonGubler in [#6456](https://github.com/gfx-rs/wgpu/pull/6456), [#6148] - Set index type to NONE in `get_acceleration_structure_build_sizes`. By @Vecvec in [#6802](https://github.com/gfx-rs/wgpu/pull/6802). - Fix `wgpu-info` not showing dx12 adapters. By @wumpf in [#6844](https://github.com/gfx-rs/wgpu/pull/6844). - Use `transform_buffer_offset` when initialising `transform_buffer`. By @Vecvec in [#6864](https://github.com/gfx-rs/wgpu/pull/6864). +- 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). #### Naga