Skip to content

Commit 959c2db

Browse files
authored
Explicitly enable dx12 & metal features on wgpu-info (#6844)
1 parent 111a6a8 commit 959c2db

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ By @ErichDonGubler in [#6456](https://github.com/gfx-rs/wgpu/pull/6456), [#6148]
194194
- Fix panic when dropping `Device` on some environments. By @Dinnerbone in [#6681](https://github.com/gfx-rs/wgpu/pull/6681).
195195
- Reduced the overhead of command buffer validation. By @nical in [#6721](https://github.com/gfx-rs/wgpu/pull/6721).
196196
- Set index type to NONE in `get_acceleration_structure_build_sizes`. By @Vecvec in [#6802](https://github.com/gfx-rs/wgpu/pull/6802).
197+
- Fix `wgpu-info` not showing dx12 adapters. By @wumpf in [#6844](https://github.com/gfx-rs/wgpu/pull/6844).
197198

198199
#### Naga
199200

wgpu-info/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ env_logger.workspace = true
1616
pico-args.workspace = true
1717
serde.workspace = true
1818
serde_json.workspace = true
19-
wgpu = { workspace = true, features = ["serde", "static-dxc"] }
19+
wgpu = { workspace = true, features = ["serde", "dx12", "metal", "static-dxc"] }

0 commit comments

Comments
 (0)