Skip to content

Commit

Permalink
Expand skybox outlier count due to llvmpipe
Browse files Browse the repository at this point in the history
  • Loading branch information
cwfitzgerald committed Feb 25, 2022
1 parent c870157 commit 2c9087a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wgpu/examples/skybox/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ fn skybox_bc1() {
false,
), // https://bugs.chromium.org/p/angleproject/issues/detail?id=7056
tolerance: 5,
max_outliers: 10,
max_outliers: 105, // Bounded by llvmpipe
});
}

Expand Down

0 comments on commit 2c9087a

Please sign in to comment.