Skip to content

Commit 04047f7

Browse files
committed
updated changelog
1 parent 4c14c47 commit 04047f7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ Bottom level categories:
8787
- Fixed overflow detection and argument domain validation for `acosh`, `length`, `normalize`, and `pow` in constant evaluation. By @ecoricemon in [#9249](https://github.com/gfx-rs/wgpu/pull/9249).
8888
- Naga no longer allows derivative operations on `f16`. WGSL does not currently allow this, although [it may be added in the future](https://github.com/gpuweb/gpuweb/issues/5482). By @andyleiserson in [#9154](https://github.com/gfx-rs/wgpu/pull/9154).
8989
- Disallow direct access to atomic variables in WGSL front-end (e.g. `let x = myAtomic;`). By @ecoricemon in [#9262](https://github.com/gfx-rs/wgpu/pull/9262).
90+
- Added support for `enable wgpu_binding_array;`. by @39ali in [#9298](https://github.com/gfx-rs/wgpu/pull/9298).
9091

9192
#### dx12
9293

@@ -336,6 +337,7 @@ Migrated from the `max_inter_stage_shader_components` limit to `max_inter_stage_
336337
- `front::wgsl::Frontend::set_options`
337338
- `ir::Block::is_empty`
338339
- `ir::Block::len`
340+
339341
#### GLES
340342

341343
- Added `GlDebugFns` option in `GlBackendOptions` to control OpenGL debug functions (`glPushDebugGroup`, `glPopDebugGroup`, `glObjectLabel`, etc.). Automatically disables them on Mali GPUs to work around a driver crash. By @Xavientois in [#8931](https://github.com/gfx-rs/wgpu/pull/8931).

0 commit comments

Comments
 (0)