You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hotfix: disable validation on instance creation failure
It appears that `VK_LAYER_KHRONOS_validation` may be reported as present when queried, but instance creation fails with `vk::ErrorLayerNotPresent`. This change catches that exception and then attempts to create the instance without any layers.
0 commit comments