From 5bab673926858c5f467d50064ebf4ee0135d9c04 Mon Sep 17 00:00:00 2001 From: Dzmitry Malyshau Date: Sat, 23 Mar 2024 11:58:53 -0700 Subject: [PATCH] Update CHANGELOG for the spv-out arrayLength feature --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7d9ab00e..271920c7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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