We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 533b90d commit 9463cb1Copy full SHA for 9463cb1
CHANGELOG.md
@@ -49,7 +49,7 @@ Bottom level categories:
49
- Add Dcomp support to DX12 backend. By @n1ght-hunter in [#7550](https://github.com/gfx-rs/wgpu/pull/7550).
50
```diff
51
-pub struct Dx12BackendOptions { pub shader_compiler: Dx12Compiler }
52
-+pub struct Dx12BackendOptions { pub shader_compiler: Dx12Compiler, pub use_dcomp: bool }
++pub struct Dx12BackendOptions { pub shader_compiler: Dx12Compiler, pub presentation_system: Dx12PresentationSystem }
53
```
54
55
#### Naga
0 commit comments