Skip to content

vulkan/runtime: Preserve pNext when upgrading to synchronization2 structs

Lina Versace requested to merge linyaa/mesa:vk-sync-barrier-pnext into main

The functions that upgraded VkFooMemoryBarrier to VkFooMemoryBarrier2 dropped the pNext pointers. It loses VkSampleLocationsInfoEXT, and will also lose the not-yet-published VkExternalMemoryAcquireUnmodifiedEXT.

Merge request reports