Documentation work.

This commit is contained in:
Camilla Berglund 2015-01-05 02:26:21 +01:00
parent e132945f71
commit bb3dd31dd7

View File

@ -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,