On 1 March 2018 at 19:36, Józef Kucia jkucia@codeweavers.com wrote:
Maybe we should consider looking into draw_binding for each render target separately, but it should be a separate patch, probably. For now just use draw_binding from the first non-NULL render target.
Yeah. IIRC previously this wasn't an issue because you couldn't mix render targets with different sample counts, so the location would have to match for all attachments.