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

Make it possible to check what features have been enabled #277

Open
n0F4x opened this issue Apr 29, 2024 · 0 comments
Open

Make it possible to check what features have been enabled #277

n0F4x opened this issue Apr 29, 2024 · 0 comments

Comments

@n0F4x
Copy link

n0F4x commented Apr 29, 2024

With the help of the recent API PhysicalDevice::enable_extension_features_if_present we get a way to enable optional device extension features, but there is no way to ask what features have been enabled afterward.

The same getter is already present for simple device extensions and features.

I presume that adding this new function (are_extension_features_enabled) also becomes easier with the addition of enable_extension_features_if_present.

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

1 participant