1
0
Fork 0
mirror of https://github.com/Ryujinx/SDL.git synced 2025-01-11 10:45:39 +00:00

Sync wiki -> header

This commit is contained in:
SDL Wiki Bot 2022-05-24 18:26:05 +00:00
parent 5dee08213b
commit 179765561c

View file

@ -2011,11 +2011,13 @@ extern DECLSPEC void SDLCALL SDL_GL_GetDrawableSize(SDL_Window * window, int *w,
* Adaptive vsync is implemented for some glX drivers with
* GLX_EXT_swap_control_tear:
*
* https://www.opengl.org/registry/specs/EXT/glx_swap_control_tear.txt
* https://www.khronos.org/registry/OpenGL/extensions/EXT/GLX_EXT_swap_control
* _tear.txt
*
* and for some Windows drivers with WGL_EXT_swap_control_tear:
*
* https://www.opengl.org/registry/specs/EXT/wgl_swap_control_tear.txt
* https://www.khronos.org/registry/OpenGL/extensions/EXT/WGL_EXT_swap_control
* _tear.txt
*
* Read more on the Khronos wiki:
* https://www.khronos.org/opengl/wiki/Swap_Interval#Adaptive_Vsync