tests/shader-runner: Add a test for float comparisons.

This commit is contained in:
Conor McCarthy
2023-11-10 13:07:12 +10:00
committed by Alexandre Julliard
parent d957247c67
commit 38e85079aa
Notes: Alexandre Julliard 2023-11-15 22:58:28 +01:00
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/459
2 changed files with 68 additions and 0 deletions

View File

@@ -87,6 +87,7 @@ vkd3d_shader_tests = \
tests/hlsl/entry-point-semantics.shader_test \
tests/hlsl/exp.shader_test \
tests/hlsl/expr-indexing.shader_test \
tests/hlsl/float-comparison.shader_test \
tests/hlsl/floor.shader_test \
tests/hlsl/fmod.shader_test \
tests/hlsl/for.shader_test \