Forward port v26.0.1 changelog (#7921)

This commit is contained in:
Connor Fitzgerald 2025-07-10 18:42:49 -04:00 committed by GitHub
parent 4844fa6b5e
commit 085eaa60e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,10 +53,11 @@ We have merged the acceleration structure feature into the `RayQuery` feature. T
By @Vecvec in [#7913](https://github.com/gfx-rs/wgpu/pull/7913).
## v26.0.1 (2025-07-10)
### Bug Fixes
#### General
- Fixed build error inside `wgpu::util::initialize_adapter_from_env` when `std` feature is not enabled. By @kpreid in [#7918](https://github.com/gfx-rs/wgpu/pull/7918).
- Fixed build error occurring when the `profiling` dependency is configured to have profiling active. By @kpreid in [#7916](https://github.com/gfx-rs/wgpu/pull/7916).
- Emit a validation error instead of panicking when a query set index is OOB. By @ErichDonGubler in [#7908](https://github.com/gfx-rs/wgpu/pull/7908).