tests: Do not use global half values.

They are not allowed by the native compiler, except in compatibility
mode.
This commit is contained in:
Giovanni Mascellani
2023-10-13 16:55:50 +02:00
committed by Alexandre Julliard
parent 54239da200
commit 90f9407b80
Notes: Alexandre Julliard 2023-10-18 22:51:21 +02:00
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/412
7 changed files with 34 additions and 10 deletions

View File

@@ -98,6 +98,7 @@ vkd3d_shader_tests = \
tests/hlsl/gather-offset.shader_test \
tests/hlsl/gather.shader_test \
tests/hlsl/getdimensions.shader_test \
tests/hlsl/half.shader_test \
tests/hlsl/initializer-flatten.shader_test \
tests/hlsl/initializer-implicit-array.shader_test \
tests/hlsl/initializer-invalid-arg-count.shader_test \