tests: Add a few tests for the NULL value.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
This commit is contained in:
Nikolay Sivov
2024-05-28 14:43:36 +02:00
committed by Alexandre Julliard
parent 163aaf9729
commit 727aacca18
Notes: Alexandre Julliard 2024-05-30 23:27:15 +02:00
Approved-by: Henri Verbeet (@hverbeet)
Approved-by: Alexandre Julliard (@julliard)
Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/892
2 changed files with 82 additions and 0 deletions

View File

@@ -162,6 +162,7 @@ vkd3d_shader_tests = \
tests/hlsl/nointerpolation.shader_test \
tests/hlsl/non-const-indexing.shader_test \
tests/hlsl/normalize.shader_test \
tests/hlsl/null.shader_test \
tests/hlsl/numeric-constructor-truncation.shader_test \
tests/hlsl/numeric-types.shader_test \
tests/hlsl/numthreads.shader_test \