tests: Test implicit casts between types that are equal component-wise.

This commit is contained in:
Francisco Casas
2022-10-12 12:39:06 -03:00
committed by Alexandre Julliard
parent 5a1b0dbf44
commit 653b109d8f
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 227 additions and 0 deletions

View File

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