Skip to content

Draft: d3d12: do not try to use blit_same_resource with flipping

Erik Faye-Lund requested to merge fix-blits-warp into msclc-d3d12

This isn't going to work, so we shouldn't even try. u_blitter can usually save us instead.

This fixes the failing blit-failures on WARP for me.

Merge request reports