mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Documentation work.
This commit is contained in:
parent
e132945f71
commit
bb3dd31dd7
@ -3316,7 +3316,8 @@ GLFWAPI void glfwSwapBuffers(GLFWwindow* window);
|
|||||||
* This function sets the swap interval for the current context, i.e. the
|
* This function sets the swap interval for the current context, i.e. the
|
||||||
* number of screen updates to wait from the time @ref glfwSwapBuffers was
|
* number of screen updates to wait from the time @ref glfwSwapBuffers was
|
||||||
* called before swapping the buffers and returning. This is sometimes called
|
* called before swapping the buffers and returning. This is sometimes called
|
||||||
* 'vertical synchronization', 'vertical retrace synchronization' or 'vsync'.
|
* _vertical synchronization_, _vertical retrace synchronization_ or just
|
||||||
|
* _vsync_.
|
||||||
*
|
*
|
||||||
* Contexts that support either of the `WGL_EXT_swap_control_tear` and
|
* Contexts that support either of the `WGL_EXT_swap_control_tear` and
|
||||||
* `GLX_EXT_swap_control_tear` extensions also accept negative swap intervals,
|
* `GLX_EXT_swap_control_tear` extensions also accept negative swap intervals,
|
||||||
|
Loading…
Reference in New Issue
Block a user