Module: vkd3d Branch: master Commit: 671548494fb0ea7601b3a829642670a3cbfd3cc8 URL: https://gitlab.winehq.org/wine/vkd3d/-/commit/671548494fb0ea7601b3a829642670...
Author: Giovanni Mascellani gmascellani@codeweavers.com Date: Mon Oct 16 11:40:34 2023 +0200
tests: Do not test integral types for SM1-3.
---
tests/hlsl/sign.shader_test | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/tests/hlsl/sign.shader_test b/tests/hlsl/sign.shader_test index c56d9082..54b95368 100644 --- a/tests/hlsl/sign.shader_test +++ b/tests/hlsl/sign.shader_test @@ -44,6 +44,10 @@ uniform 4 float4 3.0 4.0 0.0 0.0 todo(sm>=6) draw quad probe all rgba (1.0, 1.0, 1.0, 1.0)
+[require] +% SM1-3 doesn't support integral types +shader model >= 4.0 + [pixel shader] uniform int f;