Skip to content

Commit

Permalink
docs(CHANGELOG): add entry for #5812
Browse files Browse the repository at this point in the history
Permalink: <#5812>
  • Loading branch information
ErichDonGubler authored and jimblandy committed Jun 23, 2024
1 parent 6405dcf commit 3d0fbe7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,10 @@ By @atlv24 in [#5383](https://github.com/gfx-rs/wgpu/pull/5383)
- `wgpu::ComputePass` now internally takes ownership of `QuerySet` for both `wgpu::ComputePassTimestampWrites` as well as timestamp writes and statistics query, fixing crashes when destroying `QuerySet` before ending the pass. By @wumpf in [#5671](https://github.com/gfx-rs/wgpu/pull/5671)
- Validate resources passed during compute pass recording for mismatching device. By @wumpf in [#5779](https://github.com/gfx-rs/wgpu/pull/5779)

#### DX12

- Do not feed `&""` to `D3DCompile`, by @workingjubilee in [#5812](https://github.com/gfx-rs/wgpu/issues/5812).

#### Metal

- Fix unrecognized selector crash on iOS 12. By @vladasz in [#5744](https://github.com/gfx-rs/wgpu/pull/5744).
Expand Down

0 comments on commit 3d0fbe7

Please sign in to comment.