tests: Add failing test for clip.shader_test in SM1.

We are not properly translating texkill to spir-v since it is only
considering the first component.
This commit is contained in:
Francisco Casas 2024-03-04 12:53:30 -03:00 committed by Alexandre Julliard
parent 8fca801591
commit 808ec288cf
Notes: Alexandre Julliard 2024-04-09 15:44:37 -05:00
Approved-by: Giovanni Mascellani (@giomasce)
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/744

View File

@ -20,3 +20,9 @@ probe all rgba (9, 8, 7, 6)
uniform 0 float4 9 0 7 6
todo(glsl) draw quad
probe all rgba (9, 0, 7, 6)
uniform 0 float4 3 -8 3 0
todo(glsl) draw quad
todo(sm<4) probe all rgba (9, 0, 7, 6)
uniform 0 float4 3 3 3 -1
todo(glsl) draw quad
todo(sm<4) probe all rgba (9, 0, 7, 6)