Documentation work.

master
Camilla Berglund ago%!(EXTRA string=11 years)
parent e132945f71
commit bb3dd31dd7
  1. 3
      include/GLFW/glfw3.h

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

Loading…
Cancel
Save