tests: Test texture allocation ordering in complex scenarios.

This commit is contained in:
Francisco Casas
2023-07-25 04:46:54 -04:00
committed by Alexandre Julliard
parent 98f63c46f8
commit 948c4145f5
Notes: Alexandre Julliard 2023-08-15 22:06:06 +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/299
3 changed files with 306 additions and 2 deletions

View File

@@ -168,6 +168,7 @@ vkd3d_shader_tests = \
tests/hlsl/texture-load-offset.shader_test \
tests/hlsl/texture-load-typed.shader_test \
tests/hlsl/texture-load.shader_test \
tests/hlsl/texture-ordering.shader_test \
tests/hlsl/transpose.shader_test \
tests/hlsl/trigonometry.shader_test \
tests/hlsl/trunc.shader_test \