diff --git a/wgpu/examples/water/main.rs b/wgpu/examples/water/main.rs index f4e8efea1f..5667d05674 100644 --- a/wgpu/examples/water/main.rs +++ b/wgpu/examples/water/main.rs @@ -829,6 +829,6 @@ fn water() { .downlevel_flags(wgpu::DownlevelFlags::READ_ONLY_DEPTH_STENCIL) .specific_failure(Some(wgpu::Backends::DX12), None, Some("Basic"), false), // WARP has a bug https://github.com/gfx-rs/wgpu/issues/1730 tolerance: 5, - max_outliers: 460, // bounded by DX12, then rpi4 on vk + max_outliers: 470, // bounded by DX12, then AMD Radeon Polaris12 on vk linux }); }