mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-11-21 16:46:41 -08:00
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:
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
@ -20,3 +20,9 @@ probe all rgba (9, 8, 7, 6)
|
|||||||
uniform 0 float4 9 0 7 6
|
uniform 0 float4 9 0 7 6
|
||||||
todo(glsl) draw quad
|
todo(glsl) draw quad
|
||||||
probe all rgba (9, 0, 7, 6)
|
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)
|
||||||
|
Loading…
Reference in New Issue
Block a user