kondrak / vkQuake2

id Software's Quake 2 v3.21 with mission packs and Vulkan support (Windows, Linux, macOS, FreeBSD, Raspberry Pi 4)
GNU General Public License v2.0
896 stars 90 forks source link

Changes to support MoltenVK. #151

Closed tomgreen66 closed 1 year ago

tomgreen66 commented 1 year ago

The tidied up changes suggested in #150 where extension updates required MoltenVK to be enabled as an allowed device using new extensions and flags - see: MoltenVK Runtime UserGuide

Had to fix Makefile also since VULKAN_SDK should include macOS directory e.g. from https://vulkan.lunarg.com/doc/sdk/1.3.224.1/mac/getting_started.html

kondrak commented 1 year ago

Hi and thanks for this! I incorporated your change in a different commit, so I'll close this PR now (finally!).