Open GourmandDra opened 11 months ago
Sorry, I don't have a macbook so I'm not able to test it myself. It is said that vulkan applications can run on macos with MoltenVK installed, but I see a lot of reported issues about it. Have you tried running some vulkan demos (for example, vkcube) ?
Hi! I can't build on MacOS (M1 Pro Ventura 13.3.1), though I do have Vulkan installed and working properly. I'm really new to Vulkan though so sorry if my question is silly.
Error is in dep/myVK/src/glfw/Instance.cpp when calling
vkCreateInstance(&create_info, nullptr, &ret->m_instance)
it get-9
which translate toVK_ERROR_INCOMPATIBLE_DRIVER
Do you have any idea on how to overcome this?
I tried to do this :
in dep/myVK/src/glfw/Instance.cpp as stated in Vulkan docs, but it does not change anything.
Thanks!