Skip to content

d3d11/pass: fix UAV register allocation

Kacper Michajłow requested to merge kasper93/libplacebo:d3d11_pass into master

Wrong index was used resulting in intermittent register allocation conflicts.

Fixes: https://github.com/mpv-player/mpv/issues/11561

Merge request reports