glfw/include/GLFW
Corentin Wallez 8a8eefa0d8 Fail Vulkan surface creation if window has context
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.
Closes #1205.
2018-01-30 19:25:17 +01:00
..
glfw3.h Fail Vulkan surface creation if window has context 2018-01-30 19:25:17 +01:00
glfw3native.h Fix APIENTRY from windows.h being undefined 2017-08-21 16:01:32 +02:00