Skip to content

vulkan/context: init queue locks for all queues

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

Not just enabled queues. Makes this code more robust / future-proof. As an aside, also keep track of the number/count of enabled locks directly in the lock structure, to facilitate the next commit.

Merge request reports