Skip to content

vulkan/gpu_tex: properly time layout transitions with external dependencies

Niklas Haas requested to merge haasn/libplacebo:fix_vk_ext_dep_sync into master

This fixes a bug where the layout transition would happen too early when commands were scheduled with external dependencies tied to specific execution stages, but the layout transitions could happen as soon as the command buffer started execution.

Fixes: #333

Merge request reports

Loading