mirror of
https://github.com/glfw/glfw.git
synced 2024-11-12 17:51:48 +00:00
Formatting.
This commit is contained in:
parent
78efc18079
commit
8061bb54fe
@ -1003,9 +1003,9 @@ GLFWAPI const char* glfwGetVersionString(void);
|
|||||||
*
|
*
|
||||||
* @note This function may only be called from the main thread.
|
* @note This function may only be called from the main thread.
|
||||||
*
|
*
|
||||||
* @note The error callback is called by the thread where the error was
|
* @note The error callback is called by the thread where the error occurred.
|
||||||
* generated. If you are using GLFW from multiple threads, your error callback
|
* If you are using GLFW from multiple threads, your error callback needs to be
|
||||||
* needs to be written accordingly.
|
* written accordingly.
|
||||||
*
|
*
|
||||||
* @note Because the description string provided to the callback may have been
|
* @note Because the description string provided to the callback may have been
|
||||||
* generated specifically for that error, it is not guaranteed to be valid
|
* generated specifically for that error, it is not guaranteed to be valid
|
||||||
|
Loading…
Reference in New Issue
Block a user