mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-06 03:18:13 +00:00
Sync SDL3 wiki -> header
[ci skip]
This commit is contained in:
@@ -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,
|
* Download buffers can be particularly expensive to create, so it is good
|
||||||
* so it is good practice to reuse them if data will be downloaded regularly.
|
* 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
|
||||||
|
Reference in New Issue
Block a user