Hacker News new | ask | show | jobs
by kvark 2461 days ago
Do other Vulkan samples work for you (e.g. vkcube)? I was getting this issue on a laptop with both NV and Intel. Problem can be worked around by forcing the Vulkan loader to use Nvidia GPU (by providing `VK_ICD_FILENAMES=<path_to_nvidia_icd.json>`).
1 comments

This is a problem I did not even know I had. Thanks for pointing it out!