From aaabd56d9a3efd1614543da08f97a69c538aa35c Mon Sep 17 00:00:00 2001 From: Connor Fitzgerald Date: Sat, 2 Jul 2022 21:44:34 -0400 Subject: [PATCH] Curb Expectations of DX11 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72bdf40338..eeeaaea7b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -237,7 +237,7 @@ DeviceDescriptor { #### DX11 -- Dx11 Backend by @cwfitzgerald in [#2443](https://github.com/gfx-rs/wgpu/pull/2443) +- Skeleton of a DX11 backend - not working yet by @cwfitzgerald in [#2443](https://github.com/gfx-rs/wgpu/pull/2443) #### Hal