mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-01 06:44:27 +08:00
Sync SDL3 wiki -> header
[ci skip]
This commit is contained in:
@@ -3903,8 +3903,9 @@ extern SDL_DECLSPEC void SDLCALL SDL_UploadToGPUBuffer(
|
|||||||
* This copy occurs on the GPU timeline. You may assume the copy has finished
|
* This copy occurs on the GPU timeline. You may assume the copy has finished
|
||||||
* in subsequent commands.
|
* in subsequent commands.
|
||||||
*
|
*
|
||||||
* This function does not support copying between depth and color textures. For
|
* This function does not support copying between depth and color textures.
|
||||||
* those, copy the texture to a buffer and then to the destination texture.
|
* For those, copy the texture to a buffer and then to the destination
|
||||||
|
* texture.
|
||||||
*
|
*
|
||||||
* \param copy_pass a copy pass handle.
|
* \param copy_pass a copy pass handle.
|
||||||
* \param source a source texture region.
|
* \param source a source texture region.
|
||||||
|
|||||||
Reference in New Issue
Block a user