mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
vkd3d-shader/hlsl: Add support for fmod() intrinsic.
This commit is contained in:
committed by
Alexandre Julliard
parent
8b57a612d7
commit
7516adeeae
Notes:
Alexandre Julliard
2023-05-08 22:33:46 +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/195
@@ -71,6 +71,7 @@ vkd3d_shader_tests = \
|
||||
tests/exp.shader_test \
|
||||
tests/expr-indexing.shader_test \
|
||||
tests/floor.shader_test \
|
||||
tests/fmod.shader_test \
|
||||
tests/frac.shader_test \
|
||||
tests/function-return.shader_test \
|
||||
tests/hlsl-array-dimension.shader_test \
|
||||
|
Reference in New Issue
Block a user