-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could NOT find VulkanSDK (missing: VULKAN_LIB VULKANSDK_SHADERC_LIB) #63
Comments
I'm having the same issue when building
Surprisingly, |
Manually installing Vulkan-Headers and glslang and patching cmake/find/FindVulkanSDK.cmake fixes the issue.
Here's a detailed walkthrough. |
Hi all! We wound up replacing our |
Hi guys,
I am trying to get started with the raytracing tutorial. I cloned the repos and try to run cmake .. inside of the build dir. I get the following error:
Content of the Error Log:
I installed the latest VulkanSDK and also got it running with some simple triangle demo code.
Kind regards,
Oliver
The text was updated successfully, but these errors were encountered: