Skip to content

Commit 9c27823

Browse files
docs(CHANGELOG): hoist backport entry for gfx-rs#8311 to proper place, lowercase naga
1 parent d1eecec commit 9c27823

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ Bottom level categories:
4242

4343
### Bug Fixes
4444

45+
#### naga
46+
47+
- Fix a bug that resulted in the Metal error `program scope variable must reside in constant address space` in some cases. Backport of [#8311](https://github.com/gfx-rs/wgpu/pull/8311) by @teoxoy.
48+
4549
#### General
4650

4751
- Remove an assertion that causes problems if `CommandEncoder::as_hal_mut` is used. By @andyleiserson in [#8387](https://github.com/gfx-rs/wgpu/pull/8387).
@@ -50,10 +54,6 @@ Bottom level categories:
5054

5155
- Align copies b/w textures and buffers via a single intermediate buffer per copy when `D3D12_FEATURE_DATA_D3D12_OPTIONS13.UnrestrictedBufferTextureCopyPitchSupported` is `false`. By @ErichDonGubler in [#7721](https://github.com/gfx-rs/wgpu/pull/7721), backported in [#8374](https://github.com/gfx-rs/wgpu/pull/8374).
5256

53-
#### Naga
54-
55-
- Fix a bug that resulted in the Metal error `program scope variable must reside in constant address space` in some cases. Backport of [#8311](https://github.com/gfx-rs/wgpu/pull/8311) by @teoxoy.
56-
5757
## v27.0.2 (2025-10-03)
5858

5959
### Bug Fixes

0 commit comments

Comments
 (0)