vkd3d-shader/hlsl: Lower int absolute value.

This commit is contained in:
Giovanni Mascellani
2021-09-21 17:21:44 +02:00
committed by Alexandre Julliard
parent ef4990d996
commit 4c13ae5764
Notes: Alexandre Julliard 2022-10-18 00:13:00 +02:00
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/28
2 changed files with 31 additions and 1 deletions

View File

@@ -38,5 +38,5 @@ float4 main() : SV_TARGET
[test]
uniform 0 float4 5.0 -7.0 0.0 -10.0
todo draw quad
draw quad
probe all rgba (5.0, 7.0, 0.0, 10.0)