Skip to content

Commit 7034881

Browse files
committed
difftest: force wgpu to use Vulkan, disable dx12
naga fails to transpile our spirv to hlsl
1 parent b3eda4d commit 7034881

File tree

3 files changed

+10
-221
lines changed

3 files changed

+10
-221
lines changed

Cargo.lock

Lines changed: 0 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/difftests/lib/Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ use-compiled-tools = [
1919
spirv-builder.workspace = true
2020
serde = { version = "1.0", features = ["derive"] }
2121
serde_json = "1.0"
22-
wgpu = { version = "26.0.1", features = ["spirv", "vulkan-portability", "static-dxc"] }
23-
ash = { version = "0.38", default-features = false }
24-
naga = { version = "26.0.0", features = ["glsl-in", "spv-out"] }
22+
wgpu = { version = "26.0.1", default-features = false, features = ["std", "parking_lot", "spirv", "wgsl", "vulkan", "vulkan-portability", "metal"] }
23+
ash = { version = "0.38" }
2524
tempfile = "3.5"
2625
futures = "0.3.31"
2726
bytemuck = "1.21.0"

0 commit comments

Comments
 (0)