Update CHANGELOG for the spv-out arrayLength feature

This commit is contained in:
Dzmitry Malyshau 2024-03-23 11:58:53 -07:00 committed by Teodor Tanasoaia
parent 3a467ad93d
commit 5bab673926

View File

@ -120,6 +120,7 @@ Bottom level categories:
#### Naga
- Allow user to select which MSL version to use via `--metal-version` with Naga CLI. By @pcleavelin in [#5392](https://github.com/gfx-rs/wgpu/pull/5392)
- Support `arrayLength` for runtime-sized arrays inside binding arrays (for WGSL input and SPIR-V output). By @kvark in [#5428](https://github.com/gfx-rs/wgpu/pull/5428)
#### WebGPU