tests/shader-runner: Add tests for 64-bit casts.

This commit is contained in:
Conor McCarthy
2023-11-10 14:48:23 +10:00
committed by Alexandre Julliard
parent 08b8730866
commit 130e7bdf0f
Notes: Alexandre Julliard 2023-11-15 22:58:28 +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/459
5 changed files with 137 additions and 5 deletions

View File

@@ -61,6 +61,7 @@ vkd3d_shader_tests = \
tests/hlsl/bitwise.shader_test \
tests/hlsl/bool-cast.shader_test \
tests/hlsl/bool-semantics.shader_test \
tests/hlsl/cast-64-bit.shader_test \
tests/hlsl/cast-broadcast.shader_test \
tests/hlsl/cast-componentwise-compatible.shader_test \
tests/hlsl/cast-componentwise-equal.shader_test \