mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 06:44:14 +00:00
changelog
This commit is contained in:
parent
eea8239515
commit
ce5e958de2
@ -42,6 +42,8 @@ Bottom level categories:
|
|||||||
|
|
||||||
### New Features
|
### New Features
|
||||||
|
|
||||||
|
64 bit image atomic support in shaders. By @atlv24 in [#5537](https://github.com/gfx-rs/wgpu/pull/5537)
|
||||||
|
|
||||||
#### Naga
|
#### Naga
|
||||||
|
|
||||||
- Parse `diagnostic(…)` directives, but don't implement any triggering rules yet. By @ErichDonGubler in [#6456](https://github.com/gfx-rs/wgpu/pull/6456).
|
- 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
|
### New Features
|
||||||
|
|
||||||
64 bit image atomic support in shaders. By @atlv24 in [#5537](https://github.com/gfx-rs/wgpu/pull/5537)
|
|
||||||
|
|
||||||
#### Naga
|
#### 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).
|
- 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).
|
||||||
|
Loading…
Reference in New Issue
Block a user