mirror of
https://github.com/glfw/glfw.git
synced 2025-02-20 23:49:11 +00:00
Removed trailing white space
This commit is contained in:
parent
1ba83ede44
commit
c01aa3fec4
@ -5833,12 +5833,12 @@ GLFWAPI GLFWglproc glfwGetProcAddress(const char* procname);
|
|||||||
* another thread. For a valid user context the window must be created
|
* another thread. For a valid user context the window must be created
|
||||||
* with a [GLFW_CLIENT_API](@ref GLFW_CLIENT_API_hint) other than
|
* with a [GLFW_CLIENT_API](@ref GLFW_CLIENT_API_hint) other than
|
||||||
* `GLFW_NO_API`.
|
* `GLFW_NO_API`.
|
||||||
*
|
*
|
||||||
* User context creation uses the window context and framebuffer related
|
* User context creation uses the window context and framebuffer related
|
||||||
* hints to ensure a valid context is created for that window, these hints
|
* hints to ensure a valid context is created for that window, these hints
|
||||||
* should be the same at the time of user context creation as when the
|
* should be the same at the time of user context creation as when the
|
||||||
* window was created.
|
* window was created.
|
||||||
*
|
*
|
||||||
* Contexts share resources with the window context and with any other
|
* Contexts share resources with the window context and with any other
|
||||||
* user context created for that window.
|
* user context created for that window.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user