Added note on GDI software OpenGL.

This commit is contained in:
Camilla Berglund 2013-09-26 19:15:36 +02:00
parent 201d0a78b1
commit 07db5daa61

View File

@ -1232,6 +1232,9 @@ GLFWAPI void glfwWindowHint(int target, int hint);
* to not share resources.
* @return The handle of the created window, or `NULL` if an error occurred.
*
* @remarks **Windows:** Window creation will fail if the Microsoft GDI
* software OpenGL implementation is the only one available.
*
* @remarks **Windows:** If the executable has an icon resource named
* `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.