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

Zebediah Figura (she/her) zfigura at codeweavers.com
Wed Nov 10 10:05:45 CST 2021


On 11/10/21 04:30, Henri Verbeet wrote:
> 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?
> 

Nope, that was a mistake.



More information about the wine-devel mailing list