VulkanTutorial
VulkanTutorial copied to clipboard
VK_MAKE_VERSION deprecated
Not a problem yet, but: In the current Vulkan version (1.3), VK_MAKE_VERSION has been marked as deprecated. Maybe consider updating the tutorial to teach using VK_MAKE_API_VERSION?
I noticed this too, I support making this change. The alternative, "VK_MAKE_API_VERSION()" has a parameter called "variant" that represents the "variant of the Vulkan API supported by the implementation", as per the 1.1.281 Vulkan specification.