You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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-hppThe text was updated successfully, but these errors were encountered: