tests: Add tests for "compile" and CompileShader() syntax.

This commit is contained in:
Francisco Casas
2024-03-26 01:16:57 -03:00
committed by Alexandre Julliard
parent 83f4b46fb1
commit 73ef6907bc
Notes: Alexandre Julliard 2024-04-11 17:02:42 -05: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/739
2 changed files with 142 additions and 0 deletions

View File

@@ -91,6 +91,7 @@ vkd3d_shader_tests = \
tests/hlsl/distance.shader_test \
tests/hlsl/dot.shader_test \
tests/hlsl/duplicate-modifiers.shader_test \
tests/hlsl/effect-compile.shader_test \
tests/hlsl/effect-shader-objects-fx_2.shader_test \
tests/hlsl/effect-shader-objects-fx_5.shader_test \
tests/hlsl/effect-technique-fx_2.shader_test \