mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-20 19:54:19 +01:00
Unlike for compute shaders, we're supposed to replace all UAV bindings when binding render targets. We also should spill the render pass when disabling UAV rendering to avoid read-after-write hazards. Fixes a potential synchronization bug encountered in Devil May Cry 5.