KhronosGroup / Vulkan-Samples

One stop solution for all Vulkan samples
Apache License 2.0
4.33k stars 648 forks source link

Fix image transitions among Samples using Dynamic_Rendering #983

Closed Mateusz-Kowalewski-Mobica closed 1 month ago

Mateusz-Kowalewski-Mobica commented 8 months ago

With new versions of VVL for Samples which are using Dynamic_Rendering it appear synchronization issue described here: https://github.com/KhronosGroup/Vulkan-ValidationLayers/issues/7193#top

I identify all Samples which are using that extension and I fix it.

Note: For Shader_Object Sample I need to wait for fix regarding latest union of C or C++ framework (It can't be tested right now)