tests/hlsl: Add tests for CalculateLevelOfDetail().

Includes improvements made by Giovanni Mascellani.
This commit is contained in:
Conor McCarthy
2024-03-21 11:21:12 +10:00
committed by Alexandre Julliard
parent e9559c394b
commit bdfa14d219
Notes: Alexandre Julliard 2024-04-11 17:03:01 -05:00
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/733
4 changed files with 87 additions and 2 deletions

View File

@@ -65,6 +65,7 @@ vkd3d_shader_tests = \
tests/hlsl/bitwise.shader_test \
tests/hlsl/bool-cast.shader_test \
tests/hlsl/bool-semantics.shader_test \
tests/hlsl/calculate-lod.shader_test \
tests/hlsl/cast-64-bit.shader_test \
tests/hlsl/cast-broadcast.shader_test \
tests/hlsl/cast-componentwise-compatible.shader_test \