Vulkan-Tutorial
Vulkan-Tutorial copied to clipboard
Lesson 8, don't be late!
The language:
Stages with a green color...
Stages with an orange color on the other hand...
Doesn't match what I see on my screen, which is blue and purple. However, the stages are green and orange on:
https://vulkan-tutorial.com/Drawing_a_triangle/Graphics_pipeline_basics/Introduction
Sidenote: I know it would be a lot of work, but it would be nice if each lesson's code had its own CMakeLists.txt, because the full one is pretty big and it's harder to see what all is required for a particular feature unless you're a CMake ninja (which I ain't). Or maybe just some more comments in the big CMakeLists.txt?