Closed tomgreen66 closed 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
VULKAN_SDK
macOS
Hi and thanks for this! I incorporated your change in a different commit, so I'll close this PR now (finally!).
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 includemacOS
directory e.g. from https://vulkan.lunarg.com/doc/sdk/1.3.224.1/mac/getting_started.html