Overv / VulkanTutorial

Tutorial for the Vulkan graphics and compute API
https://vulkan-tutorial.com
Creative Commons Attribution Share Alike 4.0 International
3.06k stars 511 forks source link

Append new section in 01_Instance.md #296

Closed RuiwenTang closed 1 year ago

RuiwenTang commented 1 year ago

Accroding to MoltenVK release notes, the VK_KHR_PORTABILITY_subset extension is mandatory. Otherwise vkCreateInstance will generate VK_ERROR_INCOMPATIBLE_DRIVER error.

So I append a new section in Instance creation chapter to show how to fix this error. I think this is helpful for beganners with MacOS.

Overv commented 1 year ago

Thank you for your contribution. I've reworded the explanation a bit and moved the code to the FAQ page because I would consider it a "workaround" for a temporary problem.