Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VK_MAKE_VERSION deprecated #343

Open
akberg opened this issue Jul 3, 2023 · 1 comment
Open

VK_MAKE_VERSION deprecated #343

akberg opened this issue Jul 3, 2023 · 1 comment

Comments

@akberg
Copy link

akberg commented Jul 3, 2023

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?

@At11011
Copy link

At11011 commented Apr 2, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants