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::su::createInstance() in Utils.cpp needs parameter for flags to support VK_KHR_PORTABILITY_ENUMERATION_EXTENSION_NAME #1872

Open
genkiyooka opened this issue May 11, 2024 · 0 comments

Comments

@genkiyooka
Copy link

I understand this applies on any platform wrapping a native API with Vulkan, in my case MoltenVK.

It is possible to pass VK_KHR_PORTABILITY_ENUMERATION_EXTENSION_NAME to vk::su::createInstance() however the flags value of vk::InstanceCreateFlagBits::eEnumeratePortabilityKHR must also be set in vk::InstanceCreateInfo struct which is created in makeInstanceCreateInfoChain (Utils.cpp).

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