glfw/include
Corentin Wallez 314a5758ee Vulkan: make it an error to create surface without GLFW_NO_API
OpenGL / OpenGL ES cannot share presentation on a window with Vulkan.
This adds an error to `glfwCreateWindowSurface` when it is called on a
window without the GLFW_CLIENT_API hint set to GLFW_NO_API. This
prevents undefined bahevior and hard to debug crashes.

Fixes #1194.
2018-01-30 13:12:17 -05:00
..
GLFW Vulkan: make it an error to create surface without GLFW_NO_API 2018-01-30 13:12:17 -05:00