tests/hlsl: Add tests for min() and integer max().

This commit is contained in:
Conor McCarthy
2024-03-04 15:21:18 +10:00
committed by Alexandre Julliard
parent 7b4a1fdfbc
commit 0f7095d2aa
Notes: Alexandre Julliard 2024-04-23 22:57:34 +02:00
Approved-by: Francisco Casas (@fcasas)
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/684
3 changed files with 116 additions and 55 deletions

View File

@@ -149,7 +149,7 @@ vkd3d_shader_tests = \
tests/hlsl/math.shader_test \
tests/hlsl/matrix-indexing.shader_test \
tests/hlsl/matrix-semantics.shader_test \
tests/hlsl/max.shader_test \
tests/hlsl/max-min.shader_test \
tests/hlsl/minimum-precision.shader_test \
tests/hlsl/mul.shader_test \
tests/hlsl/multiple-rt.shader_test \