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 5949f15 commit 2d9787cCopy full SHA for 2d9787c
examples/states.rs
@@ -15,7 +15,7 @@ const EXPECTED_PIPELINES: usize = 29;
15
// The value will likely differ on the web due to different implementations of some
16
// render features.
17
#[cfg(all(target_arch = "wasm32", feature = "webgpu", not(feature = "webgl2")))]
18
-const EXPECTED_PIPELINES: usize = 23;
+const EXPECTED_PIPELINES: usize = 14;
19
// Note: you must add these features to your app. See `Cargo.toml`.
20
#[cfg(all(target_arch = "wasm32", feature = "webgl2", not(feature = "webgpu")))]
21
const EXPECTED_PIPELINES: usize = 6;
0 commit comments