changelog

This commit is contained in:
atlas dostal 2024-11-02 13:42:53 -04:00
parent eea8239515
commit ce5e958de2

View File

@ -42,6 +42,8 @@ Bottom level categories:
### New Features
64 bit image atomic support in shaders. By @atlv24 in [#5537](https://github.com/gfx-rs/wgpu/pull/5537)
#### Naga
- Parse `diagnostic(…)` directives, but don't implement any triggering rules yet. By @ErichDonGubler in [#6456](https://github.com/gfx-rs/wgpu/pull/6456).
@ -176,8 +178,6 @@ By @MarijnS95 in [#6006](https://github.com/gfx-rs/wgpu/pull/6006).
### New Features
64 bit image atomic support in shaders. By @atlv24 in [#5537](https://github.com/gfx-rs/wgpu/pull/5537)
#### Naga
- Support constant evaluation for `firstLeadingBit` and `firstTrailingBit` numeric built-ins in WGSL. Front-ends that translate to these built-ins also benefit from constant evaluation. By @ErichDonGubler in [#5101](https://github.com/gfx-rs/wgpu/pull/5101).