From: Giovanni Mascellani gmascellani@codeweavers.com
--- 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 c56d90823..54b953681 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;