vkd3d-shader/hlsl: Write SM4 logic or instructions.

Signed-off-by: Giovanni Mascellani <gmascellani@codeweavers.com>
Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Giovanni Mascellani
2022-07-01 11:23:33 +02:00
committed by Alexandre Julliard
parent 15e4b9bafb
commit 448f856c09
2 changed files with 8 additions and 3 deletions

View File

@ -48,7 +48,7 @@ float4 main() : SV_TARGET
}
[test]
todo draw quad
draw quad
probe all rgba (0.0, 1.0, 1.0, 1.0)
[pixel shader]
@ -101,7 +101,7 @@ float4 main() : SV_TARGET
}
[test]
todo draw quad
draw quad
probe all rgba (0.0, 1.0, 1.0, 1.0)
[pixel shader]
@ -154,5 +154,5 @@ float4 main() : SV_TARGET
}
[test]
todo draw quad
draw quad
probe all rgba (0.0, 1.0, 1.0, 1.0)