From 671548494fb0ea7601b3a829642670a3cbfd3cc8 Mon Sep 17 00:00:00 2001 From: Giovanni Mascellani Date: Mon, 16 Oct 2023 11:40:34 +0200 Subject: [PATCH] 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;