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

Validation Layers says: MoltenVK version 1.2.11, supporting Vulkan version 1.2.296. #2406

Open
ymozer opened this issue Dec 9, 2024 · 1 comment
Labels
Answered A question was answered Question

Comments

@ymozer
Copy link

ymozer commented Dec 9, 2024

As you can see at title Validation Layers reports that "MoltenVK version 1.2.11, supporting Vulkan version 1.2.296" on Vulkan SDK version 1.3.296.0.
Is it normal to validation layers to report this way?

@billhollings
Copy link
Contributor

Yes. That's normal.

MoltenVK's versioning is different than the Vulkan SDK.

The SDK release schedule and versioning system is handled by LunarG, and they use the Vulkan version system.

MoltenVK uses the Vulkan version and a consecutively-increasing point number. This allows MoltenVK to create releases as needed, and not be tied to a particular Vulkan header version (granted that most of the recent releases have aligned with an SDK release). And MoltenVK can be linked directly to an app, without the SDK. See the Whats_New.md document in the MoltenVK distribution to see what was included in each MoltenVK release.

@billhollings billhollings added Question Answered A question was answered labels Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Answered A question was answered Question
Projects
None yet
Development

No branches or pull requests

2 participants