tests: Add support for running shader tests with a custom vertex shader.

Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Zebediah Figura
2022-03-21 20:42:14 -05:00
committed by Alexandre Julliard
parent 71db328d38
commit 52223250d7
4 changed files with 43 additions and 13 deletions

View File

@@ -72,6 +72,7 @@ struct shader_runner
{
const struct shader_runner_ops *ops;
char *vs_source;
char *ps_source;
enum shader_model minimum_shader_model;