glfw/include/GLFW
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
..
glfw3.h Vulkan: make it an error to create surface without GLFW_NO_API 2018-01-30 13:12:17 -05:00
glfw3native.h Fix APIENTRY from windows.h being undefined 2017-08-21 16:01:32 +02:00