vulkan/blit_image: Commit descriptor sets within worker thread
Fixes race condition caused. The descriptor pool is not thread safe, so we have to commit descriptor sets within the same thread.
Please register or sign in to comment
Fixes race condition caused. The descriptor pool is not thread safe, so we have to commit descriptor sets within the same thread.