[c++20 module] getDispatchLoaderStatic is not available
When using c++20 module without VK_NO_PROTOTYPES, getDispatchLoaderStatic is not exported, but it is required to be visible if someone wants to use it outside vulkan-hpp
Any reason, why you would want to use getDispatchLoaderStatic outside of Vulkan-Hpp?
It's an internally used function, and maybe it should be moved to the vk::detail-namespace.
e.g the VulkanMemoryAllocator-Hpp project uses it to pull functions for use in VMA when not supplied with an argument (https://github.com/YaaZ/VulkanMemoryAllocator-Hpp/blob/8335d9d6ff3574c89e6cf363ec1d279179f9b957/include/vk_mem_alloc.hpp#L130-L134)
@qbojj Would you please verify that #2008 resolves your issue? Thanks a lot!
Yes. It fixes the issue
Will close after merge