• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.
Showing developer posts only. Show all posts in this thread.
@AndrewT
I reached out to one of our programmers as I'm not familiar with Mac setups (I run tests on Linux and Windows OSes). They replied:

"The vulkan sdk is something one installs to develop vulkan applications, not to run them. The vulkan loader is provided by the system, and it loads one of the installed drivers. The vulkan drivers are provided by vendors (amd, nvidia, intel, etc). That said, Mac does not support vulkan. They support Metal which is why we (and basically everyone that develops vulkan apps) use moltenvk which makes a vulkan app speak metal"

So it shouldn't require any SDK, only the MoltenVK library (which should work out of the box).
 
  • 1Like
Reactions: