mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-12-15 08:03:30 -08:00
tests: Add more tests for early return from the entry point.
This commit is contained in:
committed by
Alexandre Julliard
parent
7460d7adc2
commit
4954c36347
Notes:
Alexandre Julliard
2023-01-31 22:50:33 +01:00
Approved-by: Giovanni Mascellani (@giomasce) Approved-by: Francisco Casas (@fcasas) Approved-by: Henri Verbeet (@hverbeet) Approved-by: Alexandre Julliard (@julliard) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/65
@@ -102,7 +102,6 @@ vkd3d_shader_tests = \
|
||||
tests/hlsl-numeric-types.shader_test \
|
||||
tests/hlsl-numthreads.shader_test \
|
||||
tests/hlsl-return-implicit-conversion.shader_test \
|
||||
tests/hlsl-return-void.shader_test \
|
||||
tests/hlsl-shape.shader_test \
|
||||
tests/hlsl-single-numeric-initializer.shader_test \
|
||||
tests/hlsl-smoothstep.shader_test \
|
||||
@@ -130,6 +129,7 @@ vkd3d_shader_tests = \
|
||||
tests/preproc-invalid.shader_test \
|
||||
tests/preproc-macro.shader_test \
|
||||
tests/preproc-misc.shader_test \
|
||||
tests/return.shader_test \
|
||||
tests/round.shader_test \
|
||||
tests/sampler.shader_test \
|
||||
tests/sampler-offset.shader_test \
|
||||
|
||||
Reference in New Issue
Block a user