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.
DX12
- Align copies b/w textures and buffers via a single intermediate buffer per copy when
D3D12_FEATURE_DATA_D3D12_OPTIONS13.UnrestrictedBufferTextureCopyPitchSupportedisfalse. By @ErichDonGubler in #7721, backported in #8374.