HansKristian-Work / vkd3d-proton

Fork of VKD3D. Development branches for Proton's Direct3D 12 implementation.
GNU Lesser General Public License v2.1
1.75k stars 183 forks source link

vkd3d: Use proper barrier stage for XFB pause/resume. #1991

Closed HansKristian-Work closed 1 month ago

doitsujin commented 1 month ago

Checked the spec, looks like this indeed got changed so that the counter read no longer happens at DRAW_INDIRECT.

HansKristian-Work commented 1 month ago

Seems like this was fixed in sync2, ye.