VulkanTutorial icon indicating copy to clipboard operation
VulkanTutorial copied to clipboard

VK_MAKE_VERSION deprecated

Open akberg opened this issue 2 years ago • 1 comments

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?

akberg avatar Jul 03 '23 14:07 akberg

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.

At11011 avatar Apr 02 '24 05:04 At11011