Skip to content

Commit fd84991

Browse files
docs(CHANGELOG): add entry for gfx-rs#5812
Permalink: <gfx-rs#5812>
1 parent 584f9e1 commit fd84991

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,11 @@ By @atlv24 in [#5383](https://github.com/gfx-rs/wgpu/pull/5383)
153153
- `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)
154154
- Validate resources passed during compute pass recording for mismatching device. By @wumpf in [#5779](https://github.com/gfx-rs/wgpu/pull/5779)
155155

156+
#### DX12
157+
158+
- Do not feed `&""` to `D3DCompile`, by @workingjubilee in [#5812](github.com/gfx-
159+
rs/wgpu/issues/5812).
160+
156161
#### Metal
157162

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

0 commit comments

Comments
 (0)