mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-12-15 08:03:30 -08:00
vkd3d-shader/hlsl: Support smoothstep() intrinsic.
This commit is contained in:
committed by
Alexandre Julliard
parent
09e7218539
commit
a7bb5a0835
Notes:
Alexandre Julliard
2023-01-11 22:39:00 +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/53
@@ -102,6 +102,7 @@ vkd3d_shader_tests = \
|
||||
tests/hlsl-return-void.shader_test \
|
||||
tests/hlsl-shape.shader_test \
|
||||
tests/hlsl-single-numeric-initializer.shader_test \
|
||||
tests/hlsl-smoothstep.shader_test \
|
||||
tests/hlsl-state-block-syntax.shader_test \
|
||||
tests/hlsl-static-initializer.shader_test \
|
||||
tests/hlsl-storage-qualifiers.shader_test \
|
||||
|
||||
Reference in New Issue
Block a user