tests: Add many more tests for ternary expressions.

This commit is contained in:
Zebediah Figura
2023-11-09 19:41:10 -06:00
committed by Alexandre Julliard
parent a5549bae38
commit 9ac210eb1e
Notes: Alexandre Julliard 2024-01-17 22:43:18 +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/463
3 changed files with 348 additions and 16 deletions

View File

@@ -163,6 +163,7 @@ vkd3d_shader_tests = \
tests/hlsl/side-effects.shader_test \
tests/hlsl/sign.shader_test \
tests/hlsl/single-numeric-initializer.shader_test \
tests/hlsl/sm6-ternary.shader_test \
tests/hlsl/smoothstep.shader_test \
tests/hlsl/sqrt.shader_test \
tests/hlsl/state-block-syntax.shader_test \