From 3d0fbe749f3abd02b63de0531edd2aa54db19729 Mon Sep 17 00:00:00 2001 From: Erich Gubler Date: Thu, 20 Jun 2024 10:13:12 -0400 Subject: [PATCH] docs(CHANGELOG): add entry for #5812 Permalink: --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6765c0e0b..d93bdf92b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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).