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
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?
The text was updated successfully, but these errors were encountered:
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.
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 usingVK_MAKE_API_VERSION
?The text was updated successfully, but these errors were encountered: