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

Samples should query existence and enable portability extension #312

@KarenGhavam-lunarG

Description

@KarenGhavam-lunarG

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".

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions