Make Disabling Dynamic Library unloading a runtime option
authorCharles Giessen <charles@lunarg.com>
Thu, 27 Jul 2023 20:10:06 +0000 (14:10 -0600)
committerJuan Ramos <114601453+juan-lunarg@users.noreply.github.com>
Thu, 27 Jul 2023 21:57:37 +0000 (15:57 -0600)
commitbdc529775f7533ac25b520c5018c363dae478a66
treeb8fdd2a0587d2f017e42ea6cde5f2dc3d2ae4699
parent706ac5bdbaa97112c96657fb1084bd76123218ce
Make Disabling Dynamic Library unloading a runtime option

This behavior was previously only available if compiled with a specific
option, but its useful enough to be moved into a runtime option.

To enable the behavior, set the environment variable
VK_LOADER_DISABLE_DYNAMIC_LIBRARY_UNLOADING to "1".
BUILD.md
docs/LoaderInterfaceArchitecture.md
loader/CMakeLists.txt
loader/loader.c
loader/vk_loader_platform.h