Giovanni Mascellani : tests: Relax precision a bit for an interpolation test.
Module: vkd3d Branch: master Commit: 5e43f9980935271d75325f49f97b0f6d6f12e59d URL: https://gitlab.winehq.org/wine/vkd3d/-/commit/5e43f9980935271d75325f49f97b0f... Author: Giovanni Mascellani <gmascellani(a)codeweavers.com> Date: Fri Mar 8 23:19:56 2024 +0100 tests: Relax precision a bit for an interpolation test. Otherwise the test fails on Intel, NVIDIA and llvmpipe. --- tests/hlsl/nointerpolation.shader_test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/hlsl/nointerpolation.shader_test b/tests/hlsl/nointerpolation.shader_test index 94584ffe..d2b7d8a4 100644 --- a/tests/hlsl/nointerpolation.shader_test +++ b/tests/hlsl/nointerpolation.shader_test @@ -144,7 +144,7 @@ shader model >= 6.0 [test] draw triangle list 3 -probe (320,240) rgba (0.250390589, 0.499088615, 0.250520796, 1.0) 1 +probe (320,240) rgba (0.250390589, 0.499088615, 0.250520796, 1.0) 4 [require] shader model >= 4.0
participants (1)
-
Alexandre Julliard