Already noted in some of the issues here, but also something that was raised on social channels like reddit and discord: The tutorial now mixes Vulkan C header syntax with Vulkan CPP header syntax. This seems to be confusing to readers, as often you have Vulkan C header syntax in the text for a chapter, but the actual code for the chapter uses the Vulkan CPP header syntax.
We should use one of those exclusively and not mix them up.
Already noted in some of the issues here, but also something that was raised on social channels like reddit and discord: The tutorial now mixes Vulkan C header syntax with Vulkan CPP header syntax. This seems to be confusing to readers, as often you have Vulkan C header syntax in the text for a chapter, but the actual code for the chapter uses the Vulkan CPP header syntax.
We should use one of those exclusively and not mix them up.