Long story short: I spent 3 days debugging a crash in the NVIDIA driver on vkQueuePresentKHR because I forgot to add glfwWindowHint(GLFW_CLIENT_API, GLFW_NO_API);. Using Vulkan and OpenGL / OpenGL ES on the same window isn't defined AFAI...
On latest patch pulled from github I am suddenly getting a crash from glfw/vulkan at glfwCreateWindow(...) that the GLFW_NO_API is not set even though I have glfwWindowHint(GLFW_CLIENT_API, GLFW_NO_API); before it. (on stable release I did not have this issue)...