I would like to build Retroarch and Dolphin emulator with vulkan support. When I build them they either crash or don’t work. Is there a special vulkan library that is not linked to at build time?
Hi leo253,
Please refer to https://developer.nvidia.com/embedded/vulkan
Adding the /usr/src folder the the linux path and having libvulkan-dev installed solved the problem for me.
export PATH=/usr/src:$PATH