tests: Test explicit casts between types that are component-wise compatible.

This commit is contained in:
Francisco Casas
2022-10-12 17:01:26 -03:00
committed by Alexandre Julliard
parent 653b109d8f
commit 09d7442cb1
Notes: Alexandre Julliard 2022-10-18 00:13:00 +02:00
Approved-by: Zebediah Figura (@zfigura)
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/29
2 changed files with 186 additions and 0 deletions

View File

@@ -59,6 +59,7 @@ vkd3d_shader_tests = \
tests/bitwise.shader_test \
tests/cast-broadcast.shader_test \
tests/cast-componentwise-equal.shader_test \
tests/cast-componentwise-compatible.shader_test \
tests/cast-to-float.shader_test \
tests/cast-to-half.shader_test \
tests/cast-to-int.shader_test \