Skip to content

vulkan: add queue locking API

Niklas Haas requested to merge queue_locking into master

Designed to match the endpoints provided by libavutil. Needed for safe multi-threading in general, but especially when interoperating with other API users (e.g. vulkan hwdec)

Closes #196 (closed)

Merge request reports