Overv / VulkanTutorial

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

Highlighted enabling device extensions section #113

Closed mrtrizer closed 5 years ago

mrtrizer commented 5 years ago

Thank you for the tutorial I've finally got my triangle on screen. 🙂 However I've sucked with swapchain initialization with vulkansdk 1.1.85.0 because debug layers didn't tell me about missed extension during debug initialization and I've gone wrong way because was thinking that the problem is in MoltenVK. So, at the end I rolled back to 1.1.77.0 and debug layers showed me the problem. So, I decided to highlight this step to help future adventurers. 🙂

mrtrizer commented 5 years ago

You could fix style to make the text look more native. Thanks.

Overv commented 5 years ago

Highlighting it more is a good idea, thank you.