New
v27.0.3
This release includes naga, wgpu-core and wgpu-hal version 27.0.3. All other crates remain at their previous versions.
Bug Fixes
naga
- Fix a bug that resulted in the Metal error
program scope variable must reside in constant address spacein some cases. Backport of #8311 by @teoxoy.
General
- Remove an assertion that causes problems if
CommandEncoder::as_hal_mutis used. By @andyleiserson in #8387.