KhronosGroup / KhronosGroup/Vulkan-Profiles
layer: Profiles layer does not generate VK_ERROR_FEATURE_NOT_PRESENT when attempting to enable unsupported features in vkCreateDevice
Open
bug
Layer
OS - Platform Independent
P1
- Dominant language
- Python
- Stars
- 173
- Forks
- 84
- Avg merge
- 9h 34m
- Merged PRs (30d)
- 37
Description
Currently it seems that the Profiles layer does not verify at `vkCreateDevice` time whether the features requested by the application are actually supported by the currently emulated profile JSON. In this case it should return `VK_ERROR_FEATURE_NOT_PRESENT`.
Contributor guide
Assessment
This issue has not been assessed yet.