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

Remove unused header and improve C++ wording #176

Closed vittorioromeo closed 4 years ago

vittorioromeo commented 4 years ago

Thanks for the tutorial. I'm starting to learn Vulkan :) I turned on my personal -Wpedantic flag and improved some sentences regarding C++, also removed an unused header.

Rationale:

Overv commented 4 years ago

Agree with everything, thanks for inspecting the code :)