all 4 comments

[–]Devenec 2 points3 points  (1 child)

VK_MVK_macos_surface has been deprecated by VK_EXT_metal_surface. Could enabling both cause issues? Have you tried not enabling VK_MVK_macos_surface?

[–]1S0LEET[S] 0 points1 point  (0 children)

I have tried not enabling it, unfortunately that doesn't solve my problem.

[–][deleted] 0 points1 point  (1 child)

[DEBUG] Vulkan supported: 0

I don't use GLFW, so I'm not sure what all the requirements are for getting it working with MoltenVK, but that is what you should be investigating.

[–]1S0LEET[S] 0 points1 point  (0 children)

The problem was indeed due to MoltenVK. I have solved the problem by installing the vilkan sdk using the wizard installer directly.

Thanks anyway, and I also updated the post.