mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
Expand skybox outlier count due to llvmpipe
This commit is contained in:
committed by
Dzmitry Malyshau
parent
926bf848cf
commit
36defcfdc2
@@ -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
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user