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

Support VK_EXT_layer_settings #2554

Open
interacsion opened this issue Aug 6, 2024 · 3 comments
Open

Support VK_EXT_layer_settings #2554

interacsion opened this issue Aug 6, 2024 · 3 comments

Comments

@interacsion
Copy link
Contributor

VK_EXT_validation_features was deprecated last year, in favor of VK_EXT_layer_settings. Is there any plan to support it?

@marc0246
Copy link
Contributor

marc0246 commented Aug 6, 2024

The plan is to support all of Vulkan.

@mickvangelderen
Copy link

We can write

vulkano::instance::InstanceExtensions {
    ext_layer_settings: true,
    ..Default::default()
};

today, does that mean that this issue has been resolved?

@interacsion
Copy link
Contributor Author

No, since afaik there's no way to actually specify the layer settings.

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

No branches or pull requests

4 participants