[PATCH vkd3d 1/7] tests: Test dot() intrinsic.

Zebediah Figura zfigura at codeweavers.com
Fri Jun 24 00:25:25 CDT 2022


On 6/23/22 02:31, Giovanni Mascellani wrote:
> +[pixel shader]
> +uniform float x;
> +uniform float y;
> +
> +float4 main() : SV_TARGET
> +{
> +    return dot(x, y);
> +}
> +
> +[test]
> +uniform 0 float4 2.0 3.0 0.0 0.0
> +todo draw quad
> +probe all rgba (6.0, 6.0, 6.0, 6.0)

This one breaks on d3d9, since the uniform layout is different for sm1.



More information about the wine-devel mailing list