Skip to content

Commit 9463cb1

Browse files
n1ght-huntersinjs
authored andcommitted
refactor: update Dx12BackendOptions to use presentation_system instead of use_dcomp
1 parent 533b90d commit 9463cb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Bottom level categories:
4949
- Add Dcomp support to DX12 backend. By @n1ght-hunter in [#7550](https://github.com/gfx-rs/wgpu/pull/7550).
5050
```diff
5151
-pub struct Dx12BackendOptions { pub shader_compiler: Dx12Compiler }
52-
+pub struct Dx12BackendOptions { pub shader_compiler: Dx12Compiler, pub use_dcomp: bool }
52+
+pub struct Dx12BackendOptions { pub shader_compiler: Dx12Compiler, pub presentation_system: Dx12PresentationSystem }
5353
```
5454

5555
#### Naga

0 commit comments

Comments
 (0)