mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Added caveat for context sharing on Windows.
WGL prohibits sharing with contexts current on non-main threads. Fixes #402.
This commit is contained in:
parent
5964f74e3a
commit
b19fb4c24d
@ -1631,6 +1631,9 @@ GLFWAPI void glfwWindowHint(int target, int hint);
|
||||
* `GLFW_ICON,` it will be set as the icon for the window. If no such icon is
|
||||
* present, the `IDI_WINLOGO` icon will be used instead.
|
||||
*
|
||||
* @remarks __Windows:__ The context to share resources with may not be current
|
||||
* on any other thread.
|
||||
*
|
||||
* @remarks __OS X:__ The GLFW window has no icon, as it is not a document
|
||||
* window, but the dock icon will be the same as the application bundle's icon.
|
||||
* For more information on bundles, see the
|
||||
|
Loading…
Reference in New Issue
Block a user