tests: Add some C HLSL preprocessor tests.

That is, tests in C, for features of the HLSL preprocessor which are difficult
to test using the shader_runner framework.

Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Matteo Bruni <mbruni@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
2020-11-24 00:29:59 -06:00
committed by Alexandre Julliard
parent e44f2fbf43
commit ffa7bd39f3
5 changed files with 432 additions and 1 deletions

1
tests/.gitignore vendored
View File

@@ -1,5 +1,6 @@
/d3d12
/d3d12_invalid_usage
/hlsl_d3d12
/shader_runner_d3d12
/vkd3d_api
/vkd3d_common