mirror of
https://github.com/Ryujinx/SDL.git
synced 2024-12-23 06:15:35 +00:00
include/SDL_video.h: You can google it.
This looks bad when reading Markdown as plain text, as one would do when reading the headers directly.
This commit is contained in:
parent
7ce311bead
commit
195ca499ca
|
@ -2009,10 +2009,8 @@ extern DECLSPEC void SDLCALL SDL_GL_GetDrawableSize(SDL_Window * window, int *w,
|
||||||
* retry the call with 1 for the interval.
|
* retry the call with 1 for the interval.
|
||||||
*
|
*
|
||||||
* Adaptive vsync is implemented for some glX drivers with
|
* 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)
|
* GLX_EXT_swap_control_tear, and for some Windows drivers with
|
||||||
* , and for some Windows drivers with
|
* WGL_EXT_swap_control_tear.
|
||||||
* [WGL_EXT_swap_control_tear](https://www.khronos.org/registry/OpenGL/extensions/EXT/WGL_EXT_swap_control_tear.txt)
|
|
||||||
* .
|
|
||||||
*
|
*
|
||||||
* Read more on the Khronos wiki:
|
* Read more on the Khronos wiki:
|
||||||
* https://www.khronos.org/opengl/wiki/Swap_Interval#Adaptive_Vsync
|
* https://www.khronos.org/opengl/wiki/Swap_Interval#Adaptive_Vsync
|
||||||
|
|
Loading…
Reference in a new issue