This release includes wgpu-core, wgpu-hal and naga version 25.0.1. All other crates remain at their previous versions.
Bug Fixes
- Fix typos in various documentation. By @waywardmonkeys in #7510.
- Fix compile error when building with
profiling/profile-with-*feature enabled. By @waywardmonkeys in #7509. - Use
once_cell::race::OnceBoxinstead ofstd::sync::LazyLockto allownaga::proc::Namer::default()to be available without backend features being enabled. By @cwfitzgerald in #7517.
DX12
- Fix validation error when creating a non-mappable buffer using the committed allocation scheme. By @cwfitzgerald and @ErichDonGubler in #7519.