vkd3d-shader/hlsl: Add radians() function.

This commit is contained in:
Akihiro Sagawa
2023-11-16 19:54:19 +09:00
committed by Alexandre Julliard
parent 88caf87789
commit e493627130
Notes: Alexandre Julliard 2023-11-20 22:31:44 +01:00
Approved-by: Giovanni Mascellani (@giomasce)
Approved-by: Francisco Casas (@fcasas)
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/475
3 changed files with 30 additions and 0 deletions

View File

@@ -46,6 +46,7 @@ vkd3d_cross_tests = \
vkd3d_shader_tests = \
tests/hlsl/abs.shader_test \
tests/hlsl/all.shader_test \
tests/hlsl/angle-unit.shader_test \
tests/hlsl/any.shader_test \
tests/hlsl/arithmetic-float-uniform.shader_test \
tests/hlsl/arithmetic-float.shader_test \