Module: vkd3d Branch: master Commit: ffa7bd39f399c70c3c73775284cfc0587462ee9b URL: https://source.winehq.org/git/vkd3d.git/?a=commit;h=ffa7bd39f399c70c3c737752...
Author: Zebediah Figura zfigura@codeweavers.com Date: Tue Nov 24 00:29:59 2020 -0600
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
---
Makefile.am | 4 +- include/private/vkd3d_common.h | 14 ++ tests/.gitignore | 1 + tests/d3d12_crosstest.h | 1 + tests/hlsl_d3d12.c | 413 +++++++++++++++++++++++++++++++++++++++++ 5 files changed, 432 insertions(+), 1 deletion(-)
Diff: https://source.winehq.org/git/vkd3d.git/?a=commitdiff;h=ffa7bd39f399c70c3c73...