Skip to content

Commit

Permalink
Expect shadow example to pass on Vulkan (#2541)
Browse files Browse the repository at this point in the history
  • Loading branch information
kvark authored Mar 19, 2022
1 parent cd6eb2d commit 326af60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wgpu/examples/shadow/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,6 @@ fn shadow() {
optional_features: wgpu::Features::default(),
base_test_parameters: framework::test_common::TestParameters::default()
.downlevel_flags(wgpu::DownlevelFlags::COMPARISON_SAMPLERS)
.backend_failure(wgpu::Backends::GL) // https://github.com/gfx-rs/naga/issues/1747
.specific_failure(Some(wgpu::Backends::VULKAN), None, Some("V3D"), false), // rpi4 on VK doesn't work: https://gitlab.freedesktop.org/mesa/mesa/-/issues/3916
tolerance: 2,
max_outliers: 500, // bounded by rpi4
Expand Down

0 comments on commit 326af60

Please sign in to comment.