Open VocalFan opened 2 months ago
[build] vulkan.cpp.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: enum VkResult __cdecl QVulkanFunctions::vkGetPhysicalDeviceToolProperties(struct VkPhysicalDevice_T *,unsigned int *,struct VkPhysicalDeviceToolProperties *)" (__imp_?vkGetPhysicalDeviceToolProperties@QVulkanFunctions@@QEAA?AW4VkResult@@PEAUVkPhysicalDevice_T@@PEAIPEAUVkPhysicalDeviceToolProperties@@@Z) referenced in function vmm_vk_get_physical_device_tool_properties [build] src\Obliteration.exe : fatal error LNK1120: 1 unresolved externals
You need to build Qt from source with Vulkan SDK 1.3. It seems like the pre-built Qt for Windows was built with Vulkan 1.2.
D a m n
Guess I'ma stay with Github builds XD