mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
vkd3d-shader/hlsl: Add fwidth() function.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
This commit is contained in:
committed by
Alexandre Julliard
parent
8087cc01f7
commit
b5c0c9c22f
Notes:
Alexandre Julliard
2023-10-05 22:36:39 +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/330
@@ -93,6 +93,7 @@ vkd3d_shader_tests = \
|
||||
tests/hlsl/function-overload.shader_test \
|
||||
tests/hlsl/function-return.shader_test \
|
||||
tests/hlsl/function.shader_test \
|
||||
tests/hlsl/fwidth.shader_test \
|
||||
tests/hlsl/gather-offset.shader_test \
|
||||
tests/hlsl/gather.shader_test \
|
||||
tests/hlsl/getdimensions.shader_test \
|
||||
|
Reference in New Issue
Block a user