mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
Sync SDL3 wiki -> header
[ci skip]
This commit is contained in:
parent
c04b739df6
commit
839227b4b0
1 changed files with 4 additions and 2 deletions
|
|
@ -2514,7 +2514,8 @@ extern SDL_DECLSPEC SDL_GPUTransferBuffer *SDLCALL SDL_CreateGPUTransferBuffer(
|
|||
* \param buffer a buffer to attach the name to.
|
||||
* \param text a UTF-8 string constant to mark as the name of the buffer.
|
||||
*
|
||||
* \threadsafety This function is not thread safe, you must synchronize calls to this function.
|
||||
* \threadsafety This function is not thread safe, you must synchronize calls
|
||||
* to this function.
|
||||
*
|
||||
* \since This function is available since SDL 3.1.3.
|
||||
*/
|
||||
|
|
@ -2532,7 +2533,8 @@ extern SDL_DECLSPEC void SDLCALL SDL_SetGPUBufferName(
|
|||
* \param texture a texture to attach the name to.
|
||||
* \param text a UTF-8 string constant to mark as the name of the texture.
|
||||
*
|
||||
* \threadsafety This function is not thread safe, you must synchronize calls to this function.
|
||||
* \threadsafety This function is not thread safe, you must synchronize calls
|
||||
* to this function.
|
||||
*
|
||||
* \since This function is available since SDL 3.1.3.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue