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
Similar build error in many files under lib/ivis_opengl:
/work/usr/ports/games/warzone2100/work/warzone2100/lib/ivis_opengl/3rdparty/vkh_info.hpp:61:112: error: no type named 'DispatchLoaderDynamic' in namespace 'vk'; did you mean 'vk::detail::DispatchLoaderDynamic'?
61 | void Output_SurfaceInformation(const vk::PhysicalDevice& physicalDevice, const vk::SurfaceKHR& surface, const vk::DispatchLoaderDynamic& vkDynLoader);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| vk::detail::DispatchLoaderDynamic
/usr/local/include/vulkan/vulkan.hpp:17275:11: note: 'vk::detail::DispatchLoaderDynamic' declared here
The build is fixed after bulk replacing vk::DispatchLoaderDynamic with vk::detail::DispatchLoaderDynamic.
Your System:
OS: FreeBSD 14.1
Game version: 4.5.4
Vulkan: 1.3.301
The text was updated successfully, but these errors were encountered:
Describe the bug
Similar build error in many files under
lib/ivis_opengl
:The build is fixed after bulk replacing
vk::DispatchLoaderDynamic
withvk::detail::DispatchLoaderDynamic
.Your System:
The text was updated successfully, but these errors were encountered: