tests: Add tests for valid conditional types.

This commit is contained in:
Zebediah Figura
2023-06-30 19:04:33 -05:00
committed by Alexandre Julliard
parent a8b0c03912
commit 57c4a13024
Notes: Alexandre Julliard 2024-01-23 23:04:27 +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/577
2 changed files with 132 additions and 0 deletions

View File

@@ -73,6 +73,7 @@ vkd3d_shader_tests = \
tests/hlsl/cast-to-uint.shader_test \
tests/hlsl/cbuffer.shader_test \
tests/hlsl/ceil.shader_test \
tests/hlsl/cf-cond-types.shader_test \
tests/hlsl/clamp.shader_test \
tests/hlsl/clip.shader_test \
tests/hlsl/combined-samplers.shader_test \