-
Notifications
You must be signed in to change notification settings - Fork 32
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
Vulkan function names error #15
Comments
I had the same problem. I needed the latest vulkan sdk. straightforward install, it takes a while... wget https://sdk.lunarg.com/sdk/download/1.3.211.0/linux/vulkansdk-linux-x86_64-1.3.211.0.tar.gz From this console go on..as the env is temporary to it... |
Thanks @Jackfritt , I'll package newer vulkan packages and try again |
Ok, So I've packaged vulkan-loader and vulkan-headers in version 1.3.211. However, there is still at least one error:
|
@phodina |
Thanks for the help @Jackfritt, it's probably somehting Guix specific - slightly different versions or something like that |
Hi,
I'm attempting to build this library on GNU Guix. I've added the
vulkan-loader
andvulkan-headers
as dependency.But I get these errors:
What is the difference between
PFN_vkCmdPipelineBarrier2KHR
andPFN_vkCmdPipelineBarrier
? How can I fix the build?The text was updated successfully, but these errors were encountered: