vkd3d-shader/msl: Implement VKD3DSIH_MUL.

This commit is contained in:
Feifan He
2024-11-22 15:45:54 +08:00
committed by Henri Verbeet
parent 4f549155c5
commit a2d56c8bfc
Notes: Henri Verbeet 2024-11-25 21:02:08 +01:00
Approved-by: Giovanni Mascellani (@giomasce)
Approved-by: Henri Verbeet (@hverbeet)
Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/1277
9 changed files with 16 additions and 13 deletions

View File

@@ -8,7 +8,7 @@ float4 main() : sv_target
[test]
uniform 0 float4 0.0 30.0 150.0 180.0
todo(msl) draw quad
draw quad
probe (0, 0) rgba (0.0, 0.52359877, 2.61799387, 3.14159265)
@@ -22,5 +22,5 @@ float4 main() : sv_target
[test]
uniform 0 float4 0.0 0.78539816 1.57079632 2.35619449
todo(msl) draw quad
draw quad
probe (0, 0) rgba (0.0, 45.0, 90.0, 135.0)