Skip to content

Commit a3fe45c

Browse files
Update examples/features/src/ray_aabb_compute/mod.rs
Co-authored-by: Vecvec <vectorsofvectors@gmail.com>
1 parent 5b51af1 commit a3fe45c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • examples/features/src/ray_aabb_compute

examples/features/src/ray_aabb_compute/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ pub static TEST: crate::framework::ExampleTestParams = crate::framework::Example
398398
optional_features: wgpu::Features::default(),
399399
base_test_parameters: wgpu_test::TestParameters::default()
400400
// Metal has no AABB intersection in ray queries yet; image compare fails.
401-
// https://github.com/gfx-rs/wgpu/issues/9304
401+
// https://github.com/gfx-rs/wgpu/pull/9304
402402
// https://github.com/gfx-rs/wgpu/issues/9100
403403
.expect_fail(wgpu_test::FailureCase::backend(wgpu::Backends::METAL)),
404404
comparisons: &[wgpu_test::ComparisonType::Mean(0.02)],

0 commit comments

Comments
 (0)