Skip to content

gpu: only invalidate pl_pass_run_params.target in a raster pass

This was causing flickering in the borders when testing plplay under D3D11. When a compute shader rendered directly to the backbuffer, the backbuffer image was being invalidated after the clear for the border colour.

Merge request reports