tests: Add a test for SV_IsFrontFace.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
This commit is contained in:
Nikolay Sivov
2023-04-10 20:46:25 +02:00
committed by Alexandre Julliard
parent a496e3a8ba
commit e4503ad80f
Notes: Alexandre Julliard 2023-04-13 23:20:09 +02:00
Approved-by: Giovanni Mascellani (@giomasce)
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/140
2 changed files with 37 additions and 0 deletions

View File

@@ -94,6 +94,7 @@ vkd3d_shader_tests = \
tests/hlsl-initializer-struct.shader_test \
tests/hlsl-intrinsic-override.shader_test \
tests/hlsl-invalid.shader_test \
tests/hlsl-is-front-face.shader_test \
tests/hlsl-ldexp.shader_test \
tests/hlsl-length.shader_test \
tests/hlsl-lerp.shader_test \