mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-15 09:18:27 +00:00
render: Corrected docs for SDL_SetRenderVSync().
This commit is contained in:
parent
1f8b9a320c
commit
f5c27a3a2c
1 changed files with 2 additions and 2 deletions
|
@ -2426,8 +2426,8 @@ extern SDL_DECLSPEC bool SDLCALL SDL_AddVulkanRenderSemaphores(SDL_Renderer *ren
|
||||||
*
|
*
|
||||||
* The `vsync` parameter can be 1 to synchronize present with every vertical
|
* The `vsync` parameter can be 1 to synchronize present with every vertical
|
||||||
* refresh, 2 to synchronize present with every second vertical refresh, etc.,
|
* refresh, 2 to synchronize present with every second vertical refresh, etc.,
|
||||||
* SDL_WINDOW_SURFACE_VSYNC_ADAPTIVE for late swap tearing (adaptive vsync),
|
* SDL_RENDERER_VSYNC_ADAPTIVE for late swap tearing (adaptive vsync),
|
||||||
* or SDL_WINDOW_SURFACE_VSYNC_DISABLED to disable. Not every value is
|
* or SDL_RENDERER_VSYNC_DISABLED to disable. Not every value is
|
||||||
* supported by every driver, so you should check the return value to see
|
* supported by every driver, so you should check the return value to see
|
||||||
* whether the requested setting is supported.
|
* whether the requested setting is supported.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue