From acfc223e1596ee929fb8555e7d591dbd275290ec Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Wed, 23 Oct 2024 16:37:46 +0000 Subject: [PATCH] Sync SDL3 wiki -> header [ci skip] --- include/SDL3/SDL_gpu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/SDL3/SDL_gpu.h b/include/SDL3/SDL_gpu.h index ba05377317..9748d730b9 100644 --- a/include/SDL3/SDL_gpu.h +++ b/include/SDL3/SDL_gpu.h @@ -2294,8 +2294,8 @@ extern SDL_DECLSPEC SDL_GPUBuffer *SDLCALL SDL_CreateGPUBuffer( * Creates a transfer buffer to be used when uploading to or downloading from * graphics resources. * - * Download buffers can be particularly expensive to create, - * so it is good practice to reuse them if data will be downloaded regularly. + * Download buffers can be particularly expensive to create, so it is good + * practice to reuse them if data will be downloaded regularly. * * \param device a GPU Context. * \param createinfo a struct describing the state of the transfer buffer to