tests: Remove an irrelevant input from a test.

The irrelevant input caused the test to fail on D3D12 for reasons
unrelated to the test's goal.
This commit is contained in:
Giovanni Mascellani 2023-10-16 12:01:07 +02:00 committed by Alexandre Julliard
parent 671548494f
commit ead98ef329
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

@ -226,7 +226,6 @@ size (1, 1)
[pixel shader todo fail(sm>=6)]
struct apple {
Texture2D tex;
float4 fo : COLOR;
};
float4 main(struct apple input) : sv_target