From 5e43f9980935271d75325f49f97b0f6d6f12e59d Mon Sep 17 00:00:00 2001 From: Giovanni Mascellani Date: Fri, 8 Mar 2024 23:19:56 +0100 Subject: [PATCH] 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