mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
Update changelog for v25.0.2 and v24.0.5 (#7724)
This commit is contained in:
parent
d000d1ac05
commit
661b1720cb
24
CHANGELOG.md
24
CHANGELOG.md
@ -107,6 +107,19 @@ Naga now infers the correct binding layout when a resource appears only in an as
|
||||
|
||||
- Allow scalars as the first argument of the `distance` built-in function. By @bernhl in [#7530](https://github.com/gfx-rs/wgpu/pull/7530).
|
||||
|
||||
## v25.0.2 (2025-05-24)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
#### General
|
||||
|
||||
- Fix a possible deadlock within `Queue::write_buffer`. By @RedMindZ in [#7582](https://github.com/gfx-rs/wgpu/pull/7582)
|
||||
- Fix `raw-window-handle` dependency being too lenient. By @kpreid in [#7526](https://github.com/gfx-rs/wgpu/pull/7526)
|
||||
|
||||
#### WebGPU
|
||||
|
||||
- Insert fragment pipeline constants into fragment descriptor instead of vertex descriptor. By @DerSchmale in [#7621](https://github.com/gfx-rs/wgpu/pull/7621)
|
||||
|
||||
## v25.0.1 (2025-04-11)
|
||||
|
||||
### Bug Fixes
|
||||
@ -456,6 +469,17 @@ By @cwfitzgerald in [#6811](https://github.com/gfx-rs/wgpu/pull/6811), [#6815](h
|
||||
|
||||
- Call `pre_present_notify()` before presenting. By @kjarosh in [#7074](https://github.com/gfx-rs/wgpu/pull/7074).
|
||||
|
||||
|
||||
## v24.0.5 (2025-05-24)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
#### General
|
||||
- Fix a possible deadlock within `Queue::write_buffer`. By @RedMindZ in [#7582](https://github.com/gfx-rs/wgpu/pull/7582)
|
||||
|
||||
#### WebGPU
|
||||
- Insert fragment pipeline constants into fragment descriptor instead of vertex descriptor. By @DerSchmale in [#7621](https://github.com/gfx-rs/wgpu/pull/7621)
|
||||
|
||||
## v24.0.4 (2025-04-03)
|
||||
|
||||
### Metal
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user