tests: Do not test integral types for SM1-3.

This commit is contained in:
Giovanni Mascellani 2023-10-16 11:40:34 +02:00 committed by Alexandre Julliard
parent 90f9407b80
commit 671548494f
Notes: Alexandre Julliard 2023-10-18 22:51:21 +02:00
Approved-by: Zebediah Figura (@zfigura)
Approved-by: Henri Verbeet (@hverbeet)
Approved-by: Alexandre Julliard (@julliard)
Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/412

View File

@ -44,6 +44,10 @@ uniform 4 float4 3.0 4.0 0.0 0.0
todo(sm>=6) draw quad todo(sm>=6) draw quad
probe all rgba (1.0, 1.0, 1.0, 1.0) 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] [pixel shader]
uniform int f; uniform int f;