Skip to content

Commit

Permalink
Add note
Browse files Browse the repository at this point in the history
  • Loading branch information
cwfitzgerald committed Jul 23, 2023
1 parent c398eb5 commit 7efdad3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/boids/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ fn boids() {
base_test_parameters: wgpu_test::TestParameters::default()
.downlevel_flags(wgpu::DownlevelFlags::COMPUTE_SHADERS)
.limits(wgpu::Limits::downlevel_defaults())
/// Lots of validation errors, maybe related to https://github.com/gfx-rs/wgpu/issues/3160
.molten_vk_failure(),
comparisons: &[wgpu_test::ComparisonType::Mean(0.005)],
});
Expand Down

0 comments on commit 7efdad3

Please sign in to comment.