Keep raising the mipmap limit

This commit is contained in:
Connor Fitzgerald
2021-06-21 16:02:30 -04:00
parent ccef63e914
commit 382fc751c7

View File

@@ -486,7 +486,7 @@ fn mipmap() {
768,
wgpu::Features::default(),
framework::test_common::TestParameters::default().backend_failures(wgpu::BackendBit::DX11),
25, // Mipmap sampling is highly variant between impls. This is currently bounded by WARP
200,
25,
3000, // Mipmap sampling is highly variant between impls. This is currently bounded by AMD on mac
);
}