tests: Test length() intrinsic.

This commit is contained in:
Giovanni Mascellani
2022-10-04 23:31:42 +02:00
committed by Alexandre Julliard
parent 303ce66cef
commit a43242a3e6
Notes: Alexandre Julliard 2022-10-18 00:13:00 +02:00
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/28
2 changed files with 81 additions and 0 deletions

View File

@@ -90,6 +90,7 @@ vkd3d_shader_tests = \
tests/hlsl-intrinsic-override.shader_test \
tests/hlsl-invalid.shader_test \
tests/hlsl-ldexp.shader_test \
tests/hlsl-length.shader_test \
tests/hlsl-lerp.shader_test \
tests/hlsl-majority-pragma.shader_test \
tests/hlsl-majority-typedef.shader_test \