mirror of
https://github.com/glfw/glfw.git
synced 2026-01-11 23:33:16 +01:00
Documentation work.
This commit is contained in:
@@ -3316,7 +3316,8 @@ GLFWAPI void glfwSwapBuffers(GLFWwindow* window);
|
||||
* 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
|
||||
* 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
|
||||
* `GLX_EXT_swap_control_tear` extensions also accept negative swap intervals,
|
||||
|
||||
Reference in New Issue
Block a user