Module: vkd3d Branch: master Commit: af731024d7537e2751bc3559d36f95671eb6b045 URL: https://gitlab.winehq.org/wine/vkd3d/-/commit/af731024d7537e2751bc3559d36f95...
Author: Conor McCarthy cmccarthy@codeweavers.com Date: Wed Dec 13 15:00:33 2023 +1000
tests/shader-runner: Fix the arithmetic-int-uniform int64 abs expected results.
---
tests/hlsl/arithmetic-int-uniform.shader_test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/hlsl/arithmetic-int-uniform.shader_test b/tests/hlsl/arithmetic-int-uniform.shader_test index 0463b27e..c1b0e8ab 100644 --- a/tests/hlsl/arithmetic-int-uniform.shader_test +++ b/tests/hlsl/arithmetic-int-uniform.shader_test @@ -195,4 +195,4 @@ float4 main() : SV_TARGET [test] uniform 0 int64_t2 5000000000 -7000000000 todo draw quad -probe all rgba (5.0, 7.0, 0.0, 10.0) +probe all rgba (5.0, 7.0, 0.0, 0.0)