Fixed an inaccuracy in the documentation for SDL_CancelGPUCommandBuffer

This commit is contained in:
Eduard Gushchin
2024-12-18 23:45:05 +03:00
committed by Sam Lantinga
parent 0ca8027205
commit 2ce21d1fed

View File

@@ -3720,7 +3720,7 @@ extern SDL_DECLSPEC SDL_GPUFence *SDLCALL SDL_SubmitGPUCommandBufferAndAcquireFe
*
* \since This function is available since SDL 3.1.6.
*
* \sa SDL_WaitAndAcquireSwapchainTexture
* \sa SDL_WaitAndAcquireGPUSwapchainTexture
* \sa SDL_AcquireGPUCommandBuffer
* \sa SDL_AcquireGPUSwapchainTexture
*/