HansKristian-Work / vkd3d-proton

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

vkd3d: Don't update low latency state if it isn't going to change #1932

Closed esullivan-nvidia closed 4 months ago

esullivan-nvidia commented 4 months ago

This should workaround the problems discovered in https://github.com/HansKristian-Work/vkd3d-proton/issues/1929. The root cause of the issue is most likely a driver synchronization bug that we will have to fix on our end.