tests: Test offset argument for the texture Load() method.

This commit is contained in:
Francisco Casas
2022-11-18 11:37:24 -03:00
committed by Alexandre Julliard
parent 1717dc0516
commit 7a7b17d0e1
Notes: Alexandre Julliard 2023-01-24 22:27:58 +01: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/51
2 changed files with 52 additions and 0 deletions

View File

@@ -142,6 +142,7 @@ vkd3d_shader_tests = \
tests/swizzle-6.shader_test \
tests/swizzle-7.shader_test \
tests/texture-load.shader_test \
tests/texture-load-offset.shader_test \
tests/texture-load-typed.shader_test \
tests/trigonometry.shader_test \
tests/uav.shader_test \