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

More robust extension and feature dependency checks #2434

Merged
merged 1 commit into from
Dec 28, 2023

Conversation

Rua
Copy link
Contributor

@Rua Rua commented Dec 28, 2023

This adds a sanity check to the code that enables the dependencies of extensions, making sure that the dependency is actually supported before enabling it. This helps protect against buggy drivers that report support for an extension, but not all of its dependencies.

In addition, I noticed that some features also require other features, so I added code to enable those too.

@marc0246 marc0246 merged commit 2bbd4ef into vulkano-rs:master Dec 28, 2023
3 checks passed
hakolao pushed a commit to hakolao/vulkano that referenced this pull request Feb 20, 2024
@Rua Rua deleted the extension-feature-checks branch February 3, 2025 19:52
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

Successfully merging this pull request may close these issues.

2 participants