Skip to content
This repository has been archived by the owner on Jul 29, 2021. It is now read-only.

Samples should query existence and enable portability extension #312

Open
KarenGhavam-lunarG opened this issue Dec 11, 2020 · 0 comments
Open

Comments

@KarenGhavam-lunarG
Copy link
Contributor

Due to the nature of VUID 04451, any existing app running on a portability platform (e.g., MoltenVK, gfx-rs) running validation will encounter new validation errors. To avoid the validation errors the application needs to query the existence of the extension and if present, enable the extension.

Might be nice to make the samples compliant by making these changes. But not high priority.

See this portability issue for more information.

For reference, VUID 04451 states:

If the VK_KHR_portability_subset extension is included in pProperties of
vkEnumerateDeviceExtensionProperties, ppEnabledExtensions must include
"VK_KHR_portability_subset".

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

No branches or pull requests

2 participants