From a8e7548797a9a20b20ecefc8ad9eb07d02fe052d Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Tue, 24 May 2022 22:57:04 +0000 Subject: [PATCH] Sync wiki -> header --- include/SDL_video.h | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/include/SDL_video.h b/include/SDL_video.h index 0667d3f80..922ef2c7b 100644 --- a/include/SDL_video.h +++ b/include/SDL_video.h @@ -2009,15 +2009,11 @@ extern DECLSPEC void SDLCALL SDL_GL_GetDrawableSize(SDL_Window * window, int *w, * retry the call with 1 for the interval. * * Adaptive vsync is implemented for some glX drivers with - * GLX_EXT_swap_control_tear: - * - * 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.khronos.org/registry/OpenGL/extensions/EXT/WGL_EXT_swap_control - * _tear.txt + * [https://www.khronos.org/registry/OpenGL/extensions/EXT/GLX_EXT_swap_contro + * l_tear.txt GLX_EXT_swap_control_tear] (khronos.org), and for some Windows + * drivers with + * [https://www.khronos.org/registry/OpenGL/extensions/EXT/WGL_EXT_swap_contro + * l_tear.txt WGL_EXT_swap_control_tear]. * * Read more on the Khronos wiki: * https://www.khronos.org/opengl/wiki/Swap_Interval#Adaptive_Vsync