Replies: 4 comments 6 replies
-
Hi, No Mac here, so just guessing, maybe you could try to add a symbolic link in any ofther dirs listed about to the library (wthout the version)? |
Beta Was this translation helpful? Give feedback.
-
Glad to hear that. You need Lunar SDK also in other platforms to use validation layers. Could you please describe the missing steps you needed to perform in odrer t omake it work? I do not get what you mean by hombrew. If you can helpf me in describening the list of steps iI can include them |
Beta Was this translation helpful? Give feedback.
-
Can you check if this class fixes the issue with the instance Creation? |
Beta Was this translation helpful? Give feedback.
-
Just uploaded a fix-. If you see something that does not work, please fill a bug. Thanks for reporting this. |
Beta Was this translation helpful? Give feedback.
-
I am trying to make my code work on Mac, but there are some additional steps:
An additional issue is that LWJGL bundles MoltenVK by default, which does not contain any validation layer. I added
-Dorg.lwjgl.vulkan.libname=/opt/homebrew/Cellar/vulkan-loader/1.3.257/lib/libvulkan.1.3.257.dylib
to make it use system vulkan loader, but I still can't enable validation layer, getting errors like:However, it seems like at least part of the validation is working... otherwise I wouldn't even see these message. I'd love to have some guideline of setting up on Mac
Beta Was this translation helpful? Give feedback.
All reactions