Overv / VulkanTutorial

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

Update required C++ and compiler version #145

Closed LesleyLai closed 5 years ago

LesleyLai commented 5 years ago

Considering this tutorial is currently using C++17 feature (std::optional), it should require people to have a recent enough compiler.

Overv commented 5 years ago

Thanks!