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
bugAn issue from unintended consequencesbuildAn issue related to the build systemsgraphicsA feature or issue related to graphics (2d and 3d)vulkanIssues and Features related to the vulkan render backend
[...]
/var/tmp/paludis/build/games-simulation-fs2_open-24.2.0/work/fs2_open-24.2.0/code/graphics/vulkan/VulkanRenderer.cpp: In member function 'bool graphics::vulkan::VulkanRenderer::initializeSurface()':
/var/tmp/paludis/build/games-simulation-fs2_open-24.2.0/work/fs2_open-24.2.0/code/graphics/vulkan/VulkanRenderer.cpp:460:19: error: 'ObjectDestroy' in namespace 'vk' does not name a template type
460 | const vk::ObjectDestroy<vk::Instance, VULKAN_HPP_DEFAULT_DISPATCHER_TYPE> deleter(*m_vkInstance,
| ^~~~~~~~~~~~~
/var/tmp/paludis/build/games-simulation-fs2_open-24.2.0/work/fs2_open-24.2.0/code/graphics/vulkan/VulkanRenderer.cpp:463:69: error: 'deleter' was not declared in this scope
463 | m_vkSurface = vk::UniqueSurfaceKHR(vk::SurfaceKHR(surface), deleter);
| ^~~~~~~
The text was updated successfully, but these errors were encountered:
Goober5000
added
build
An issue related to the build systems
graphics
A feature or issue related to graphics (2d and 3d)
vulkan
Issues and Features related to the vulkan render backend
labels
Nov 9, 2024
bugAn issue from unintended consequencesbuildAn issue related to the build systemsgraphicsA feature or issue related to graphics (2d and 3d)vulkanIssues and Features related to the vulkan render backend
24.2.0 fails to build with vulkan 1.3.301 with:
Complete build log: fs2_open-24.2.0_build.log
The text was updated successfully, but these errors were encountered: