Skip to content
Snippets Groups Projects
Commit b8f2c3e1 authored by Giovanni Mascellani's avatar Giovanni Mascellani Committed by Alexandre Julliard
Browse files

tests: Relax the precision of some tests so that they pass on MoltenVK.

parent ee288618
No related branches found
No related tags found
1 merge request!348tests: Relax the precision of some tests so that they pass on MoltenVK.
Pipeline #15163 skipped
......@@ -9,7 +9,7 @@ float4 main() : sv_target
[test]
uniform 0 float4 -1.0 0.0 1.0 2.0
draw quad
probe all rgba (0.5, 1.0, 2.0, 4.0) 1
probe all rgba (0.5, 1.0, 2.0, 4.0) 2
[pixel shader]
uniform float4 f;
......
......@@ -11,7 +11,7 @@ float4 main() : SV_TARGET
uniform 0 float4 2.0 3.0 4.0 5.0
uniform 4 float4 0.0 -10.0 10.0 100.0
draw quad
probe all rgba (2.0, 0.00292968750, 4096.0, 6.33825300e+030)
probe all rgba (2.0, 0.00292968750, 4096.0, 6.33825300e+030) 2
[require]
shader model >= 4.0
......@@ -29,7 +29,7 @@ float4 main() : SV_TARGET
uniform 0 int4 2 3 4 5
uniform 4 int4 0 -10 10 100
draw quad
probe all rgba (2.0, 0.00292968750, 4096.0, 6.33825300e+030)
probe all rgba (2.0, 0.00292968750, 4096.0, 6.33825300e+030) 2
[pixel shader]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment