tests: Test numeric offsets with object fields.

This commit is contained in:
Francisco Casas
2023-04-11 11:58:34 -04:00
committed by Alexandre Julliard
parent e4503ad80f
commit 86893bc7f4
Notes: Alexandre Julliard 2023-04-13 23:20:28 +02:00
Approved-by: Zebediah Figura (@zfigura)
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/154
2 changed files with 71 additions and 0 deletions

View File

@@ -132,6 +132,7 @@ vkd3d_shader_tests = \
tests/minimum-precision.shader_test \
tests/multiple-rt.shader_test \
tests/nointerpolation.shader_test \
tests/object-field-offsets.shader_test \
tests/object-references.shader_test \
tests/pow.shader_test \
tests/preproc-if.shader_test \