VulkanTutorial icon indicating copy to clipboard operation
VulkanTutorial copied to clipboard

DebugUtilsMessenger linking error, informs of doubly

Open JPLost opened this issue 9 months ago • 1 comments

For some reason the validation layers give error code from the example code. Removing the validation layer code compiles correctly. Vulkan version 1.4.304.1 and glfw 3-4. Apparently symbols are not unique. Visual Studio 2022

Image

JPLost avatar Feb 27 '25 20:02 JPLost

Yeah, my bad. If I separate the class and main to different files, of course it would need class declaration in header file.

JPLost avatar Feb 28 '25 14:02 JPLost