[pixel shader]
float4 main() : sv_target
{
    return float2x2(0.4, 0.3, 0.2, 0.1);
}

[test]
draw quad
probe all rgba (0.4, 0.3, 0.2, 0.1)