Skip to content

d3d12: Fix subresource evaluation when doing blits and resource copies

Gert Wollny requested to merge gerddie/mesa:fix-direct-copy into msclc-d3d12

We added the subresource two times, and this would lead to errors with array and cube texture copies.

Merge request reports