carla
carla copied to clipboard
how to enable vulkan validation layer?
I want to enable vulkan validation layers to debug vulkan api. But after so much effort, I failed. plz help me. thanks!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I'm having some problems with Vulkan too (on an HPC cluster). Were you able to enable the validation layers?
You can use this. https://gcmiao.github.io/2020/04/26/UnrealEngine/DebugTips/enable_vulkan_validation/
For anyone else having a similar problem with vulkan: The cause was that Apptainer was not mounting the Vulkan drivers into my singularity container properly. The admins updated Apptainer to 1.3, and the problem was solved.