mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
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:
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
@@ -226,7 +226,6 @@ size (1, 1)
|
|||||||
[pixel shader todo fail(sm>=6)]
|
[pixel shader todo fail(sm>=6)]
|
||||||
struct apple {
|
struct apple {
|
||||||
Texture2D tex;
|
Texture2D tex;
|
||||||
float4 fo : COLOR;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
float4 main(struct apple input) : sv_target
|
float4 main(struct apple input) : sv_target
|
||||||
|
Reference in New Issue
Block a user