From 8272494b6b46aed84cb9406e09922415446c1778 Mon Sep 17 00:00:00 2001 From: Erich Gubler Date: Fri, 17 May 2024 16:01:41 -0400 Subject: [PATCH] fixup! fix: ensure render pipelines have at least 1 target Add `CHANGELOG.md` entry. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f67e017bdf..e31473abcff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -90,6 +90,10 @@ By @stefnotch in [#5410](https://github.com/gfx-rs/wgpu/pull/5410) ### Bug Fixes +### General + +- Ensure render pipelines have at least 1 target. By @ErichDonGubler in [#5715](https://github.com/gfx-rs/wgpu/pull/5715) + #### Vulkan - Fix enablement of subgroup ops extension on Vulkan devices that don't support Vulkan 1.3. By @cwfitzgerald in [#5624](https://github.com/gfx-rs/wgpu/pull/5624).