Add check for EGL specific buffer swap issue

Fixes #675.
This commit is contained in:
Camilla Berglund
2016-01-31 19:17:18 +01:00
parent 12d49eaf6c
commit 276b1bc07a
3 changed files with 12 additions and 0 deletions

View File

@@ -3429,6 +3429,9 @@ GLFWAPI GLFWwindow* glfwGetCurrentContext(void);
*
* @param[in] window The window whose buffers to swap.
*
* @remarks __EGL:__ The context of the specified window must be current on the
* calling thread.
*
* @par Thread Safety
* This function may be called from any thread.
*