[PATCH vkd3d 5/5] vkd3d-shader/hlsl: Write SM4 sample instructions.

Henri Verbeet hverbeet at gmail.com
Wed Nov 10 04:30:17 CST 2021


On Tue, 9 Nov 2021 at 04:56, Zebediah Figura <zfigura at codeweavers.com> wrote:
>          case HLSL_RESOURCE_SAMPLE:
> -            hlsl_fixme(ctx, load->node.loc, "Resource sample instruction.");
> +            if (!load->sampler.var)
> +                hlsl_fixme(ctx, load->node.loc, "SM4 combined sample expression.\n");

Is the extra newline intentional here?



More information about the wine-devel mailing list