Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a workaround for some Linux drivers.
We can get a crash when cleaning an instance in some circumstances with Vulkan drivers on Linux. If we force the Loader to keep an instance alive, then we won't run into this problem. The downside is that we leak a single instance.
- Loading branch information