tests/hlsl: Add some tests for annotations.

This commit is contained in:
Nikolay Sivov
2024-01-17 18:45:31 +01:00
committed by Alexandre Julliard
parent 232b2ad360
commit 341963bbec
Notes: Alexandre Julliard 2024-01-23 23:03:23 +01: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/565
2 changed files with 91 additions and 0 deletions

View File

@@ -47,6 +47,7 @@ vkd3d_shader_tests = \
tests/hlsl/abs.shader_test \
tests/hlsl/all.shader_test \
tests/hlsl/angle-unit.shader_test \
tests/hlsl/annotations.shader_test \
tests/hlsl/any.shader_test \
tests/hlsl/arithmetic-float-uniform.shader_test \
tests/hlsl/arithmetic-float.shader_test \