The new tutorial uses these two Vulkan-hpp related defines:
VULKAN_HPP_DISPATCH_LOADER_DYNAMIC=1
VULKAN_HPP_NO_STRUCT_CONSTRUCTORS=1
They're first mentioned in the development environment setup chapter.
But there is no explanation of what they do and why they're required.
That's something we should add to avoid confusion.
The new tutorial uses these two Vulkan-hpp related defines:
They're first mentioned in the development environment setup chapter.
But there is no explanation of what they do and why they're required.
That's something we should add to avoid confusion.