Handle not being able to load vulkan library at runtime
* We try to call vkEnumerateInstanceExtensionProperties to figure out instance extensions we might want to add, and we can only do this at the moment by loading the vulkan dynamic library and calling into it.
Loading
Please register or sign in to comment