Browse Source

Fixed an inaccuracy in the documentation for SDL_CancelGPUCommandBuffer

Eduard Gushchin 4 months ago
parent
commit
2ce21d1fed
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/SDL3/SDL_gpu.h

+ 1 - 1
include/SDL3/SDL_gpu.h

@@ -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
  */