vkd3d-shader/hlsl: Support reflect() intrinsic.

Tests authored by Giovanni.
This commit is contained in:
Nikolay Sivov
2023-02-03 11:16:21 +03:00
committed by Alexandre Julliard
parent 7c3dadce6b
commit e7bc634307
Notes: Alexandre Julliard 2023-02-20 22:44:51 +01: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/80
3 changed files with 124 additions and 0 deletions

View File

@@ -130,6 +130,7 @@ vkd3d_shader_tests = \
tests/preproc-invalid.shader_test \
tests/preproc-macro.shader_test \
tests/preproc-misc.shader_test \
tests/reflect.shader_test \
tests/return.shader_test \
tests/round.shader_test \
tests/sampler.shader_test \