Browse Source

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot 10 months ago
parent
commit
acfc223e15
1 changed files with 2 additions and 2 deletions
  1. 2 2
      include/SDL3/SDL_gpu.h

+ 2 - 2
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
  * Creates a transfer buffer to be used when uploading to or downloading from
  * graphics resources.
  * 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 device a GPU Context.
  * \param createinfo a struct describing the state of the transfer buffer to
  * \param createinfo a struct describing the state of the transfer buffer to