You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.