HansKristian-Work / vkd3d-proton

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

vkd3d: Only mark present ID as valid when it is valid. #1857

Closed HansKristian-Work closed 6 months ago

HansKristian-Work commented 6 months ago

Checking for pNext is not longer valid with swapchain_maint1.

Missed case during development since I didn't test with non-FIFO apparently.