2 questions from the last 30 days
2
votes
0
answers
104
views
vkCreateDevice fails when linking address sanitizer with Clang
If in my CMake I add:
add_link_options(
-fsanitize=address)
When I do:
vkCreateDevice
In my C++ code, it fails, and I get the errors:
[APPLICATION][INFO] Vulkan ...