You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It just worked for me, but I did notice a problem with cl-vulkan the other day:
The glfw3.dll file (and libglfw.3.4.dylib on mac, and libglfw.so.3 on linux) are not distributed with cl-vulkan. I distribute them in a downstream package called VkTk.
So if the unbound symbol is a result of not having glfw3 (which it actually likely isn't) then you may need to download glfw3.dll to get it working.
I tried executing (cl-vulkan-demo::run) on SBCL running on Windows 10,
The text was updated successfully, but these errors were encountered: