tests: Add lowering combined samplers tests.

This commit is contained in:
Francisco Casas
2022-12-01 16:50:17 -03:00
committed by Alexandre Julliard
parent ab37b27a7d
commit b8a85c6ad5
Notes: Alexandre Julliard 2023-07-17 23:25:21 +02:00
Approved-by: Giovanni Mascellani (@giomasce)
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/209
2 changed files with 154 additions and 0 deletions

View File

@@ -70,6 +70,7 @@ vkd3d_shader_tests = \
tests/hlsl/cbuffer.shader_test \
tests/hlsl/clamp.shader_test \
tests/hlsl/clip.shader_test \
tests/hlsl/combined-samplers.shader_test \
tests/hlsl/comma.shader_test \
tests/hlsl/compute.shader_test \
tests/hlsl/conditional.shader_test \