KhronosGroup / KhronosGroup/Vulkan-Docs
vkCreateSwapchainKHR returns unexpected error code
Open
System Integration
- Dominant language
- JavaScript
- Stars
- 3.3k
- Forks
- 549
- Avg merge
- 5d 5h
- Merged PRs (30d)
- 2
Description
I have an issue with `vkCreateSwapchainKHR` because I only handle error codes that are described in errors section for function.
And with NVidia driver I got `VK_ERROR_INITIALIZATION_FAILED` returned.
As I understand, swapchain creation can fail due to some implementation specific reasons so it would make sense to include `VK_ERROR_INITIALIZATION_FAILED` to the expected error codes.
Contributor guide
Assessment
This issue has not been assessed yet.