tests: Add more tests for majority modifier syntax.

This commit is contained in:
Zebediah Figura
2022-03-29 16:50:33 -05:00
committed by Alexandre Julliard
parent 1c29b45c1f
commit 1ee7a4e82a
Notes: Alexandre Julliard 2023-02-20 22:45:26 +01:00
Approved-by: Giovanni Mascellani (@giomasce)
Approved-by: Henri Verbeet (@hverbeet)
Approved-by: Alexandre Julliard (@julliard)
Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/98
3 changed files with 109 additions and 18 deletions

View File

@@ -117,6 +117,7 @@ vkd3d_shader_tests = \
tests/hlsl-vector-indexing.shader_test \
tests/hlsl-vector-indexing-uniform.shader_test \
tests/logic-operations.shader_test \
tests/majority-syntax.shader_test \
tests/math.shader_test \
tests/matrix-semantics.shader_test \
tests/max.shader_test \