File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed
.github/actions/install-mesa
examples/features/src/ray_scene Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 1- name : ' Install Mesa'
2- description : ' Install Mesa'
1+ name : " Install Mesa"
2+ description : " Install Mesa"
33inputs :
44 # Sourced from https://archive.mesa3d.org/. Bumping this requires
55 # updating the mesa build in https://github.com/gfx-rs/ci-build and creating a new release.
66 version :
7- default : ' 24.3.4 '
7+ default : " 25.2.6 "
88 # Corresponds to https://github.com/gfx-rs/ci-build/releases
99 ci-binary-build :
10- default : ' build20 '
10+ default : " build25 "
1111runs :
12- using : ' composite'
12+ using : " composite"
1313 steps :
1414 - name : (Linux) Install Mesa
1515 if : runner.os == 'Linux'
Original file line number Diff line number Diff line change @@ -559,10 +559,7 @@ pub static TEST: crate::framework::ExampleTestParams = crate::framework::Example
559559 width : 1024 ,
560560 height : 768 ,
561561 optional_features : wgpu:: Features :: default ( ) ,
562- base_test_parameters : wgpu_test:: TestParameters :: default ( ) . expect_fail (
563- wgpu_test:: FailureCase :: backend_adapter ( wgpu:: Backends :: VULKAN , "llvmpipe" )
564- . panic ( "Image data mismatch" ) ,
565- ) ,
562+ base_test_parameters : wgpu_test:: TestParameters :: default ( ) ,
566563 comparisons : & [ wgpu_test:: ComparisonType :: Mean ( 0.02 ) ] ,
567564 _phantom : std:: marker:: PhantomData :: < Example > ,
568565} ;
You can’t perform that action at this time.
0 commit comments