mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
tests: Expect S_OK result on [vertex shader].
This commit is contained in:
committed by
Alexandre Julliard
parent
7ba373946b
commit
877fd3f0b4
Notes:
Alexandre Julliard
2023-05-01 22:24:44 +02: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/148
@@ -1029,6 +1029,7 @@ void run_shader_tests(struct shader_runner *runner, const struct shader_runner_o
|
|||||||
else if (!strcmp(line, "[vertex shader]\n"))
|
else if (!strcmp(line, "[vertex shader]\n"))
|
||||||
{
|
{
|
||||||
state = STATE_SHADER_VERTEX;
|
state = STATE_SHADER_VERTEX;
|
||||||
|
expect_hr = S_OK;
|
||||||
}
|
}
|
||||||
else if (!strcmp(line, "[input layout]\n"))
|
else if (!strcmp(line, "[input layout]\n"))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user