-
Notifications
You must be signed in to change notification settings - Fork 2
How did you build for ARMv8? #3
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
Comments
You need to compile glslangValidator first, then combine it with the system built-in libvulkan.so to generate a "mini-vulkan SDK". Then export it to the VULKAN_SDK environment variable. if you need libvulkan.so, go to /system/lib64/libvulkan.so |
How do I do that? I have compiled it but have no idea on how to combine it with /system/lib64/libvulkan.so |
Put libvulkan.so into [your build dir]/install/lib export VULKAN_SDK=[your build dir]/install |
Could you please tell how you built this for termux? I've been unable to link vulkan to anything i've tried
The text was updated successfully, but these errors were encountered: