10 Nov
2021
10 Nov
'21
4:05 p.m.
On 11/10/21 04:30, Henri Verbeet wrote:
On Tue, 9 Nov 2021 at 04:56, Zebediah Figura <zfigura(a)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?
Nope, that was a mistake.