Sync SDL3 wiki -> header

[ci skip]
This commit is contained in:
SDL Wiki Bot
2024-10-10 17:02:43 +00:00
parent 2a9cb68b91
commit 8aaaeb7560
+2 -3
View File
@@ -302,9 +302,8 @@ typedef struct SDL_GPUGraphicsPipeline SDL_GPUGraphicsPipeline;
* buffer A and then command buffer B all commands in A will begin executing * buffer A and then command buffer B all commands in A will begin executing
* before any command in B begins executing. * before any command in B begins executing.
* *
* In multi-threading scenarios, you should acquire and submit a command * In multi-threading scenarios, you should only access a command buffer on
* buffer on the same thread. As long as you satisfy this requirement, all * the thread you acquired it from.
* functionality related to command buffers is thread-safe.
* *
* \since This struct is available since SDL 3.0.0 * \since This struct is available since SDL 3.0.0
* *