Skip to content

Commit 2d9787c

Browse files
committed
Fix expected pipelines on webgpu
1 parent 5949f15 commit 2d9787c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/states.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const EXPECTED_PIPELINES: usize = 29;
1515
// The value will likely differ on the web due to different implementations of some
1616
// render features.
1717
#[cfg(all(target_arch = "wasm32", feature = "webgpu", not(feature = "webgl2")))]
18-
const EXPECTED_PIPELINES: usize = 23;
18+
const EXPECTED_PIPELINES: usize = 14;
1919
// Note: you must add these features to your app. See `Cargo.toml`.
2020
#[cfg(all(target_arch = "wasm32", feature = "webgl2", not(feature = "webgpu")))]
2121
const EXPECTED_PIPELINES: usize = 6;

0 commit comments

Comments
 (0)