Corrected documentation for SDL_SetGPUSwapchainParameters()

This commit is contained in:
Sam Lantinga 2025-04-23 14:54:00 -07:00
parent 2b16c961ea
commit 695cad459b
1 changed files with 1 additions and 1 deletions

View File

@ -3934,7 +3934,7 @@ extern SDL_DECLSPEC void SDLCALL SDL_ReleaseWindowFromGPUDevice(
* supported via SDL_WindowSupportsGPUPresentMode /
* SDL_WindowSupportsGPUSwapchainComposition prior to calling this function.
*
* SDL_GPU_PRESENTMODE_VSYNC and SDL_GPU_SWAPCHAINCOMPOSITION_SDR are always
* SDL_GPU_PRESENTMODE_VSYNC with SDL_GPU_SWAPCHAINCOMPOSITION_SDR are always
* supported.
*
* \param device a GPU context.