mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-23 04:59:10 +00:00
Sync SDL3 wiki -> header
[ci skip]
This commit is contained in:
parent
1754943596
commit
dea99e54fd
1 changed files with 4 additions and 0 deletions
|
@ -3926,6 +3926,9 @@ extern SDL_DECLSPEC bool SDLCALL SDL_WaitForGPUSwapchain(
|
||||||
* freed by the user. You MUST NOT call this function from any thread other
|
* freed by the user. You MUST NOT call this function from any thread other
|
||||||
* than the one that created the window.
|
* than the one that created the window.
|
||||||
*
|
*
|
||||||
|
* The swapchain texture is write-only and cannot be used as a sampler or for
|
||||||
|
* another reading operation.
|
||||||
|
*
|
||||||
* \param command_buffer a command buffer.
|
* \param command_buffer a command buffer.
|
||||||
* \param window a window that has been claimed.
|
* \param window a window that has been claimed.
|
||||||
* \param swapchain_texture a pointer filled in with a swapchain texture
|
* \param swapchain_texture a pointer filled in with a swapchain texture
|
||||||
|
@ -3944,6 +3947,7 @@ extern SDL_DECLSPEC bool SDLCALL SDL_WaitForGPUSwapchain(
|
||||||
*
|
*
|
||||||
* \sa SDL_SubmitGPUCommandBuffer
|
* \sa SDL_SubmitGPUCommandBuffer
|
||||||
* \sa SDL_SubmitGPUCommandBufferAndAcquireFence
|
* \sa SDL_SubmitGPUCommandBufferAndAcquireFence
|
||||||
|
* \sa SDL_AcquireGPUSwapchainTexture
|
||||||
*/
|
*/
|
||||||
extern SDL_DECLSPEC bool SDLCALL SDL_WaitAndAcquireGPUSwapchainTexture(
|
extern SDL_DECLSPEC bool SDLCALL SDL_WaitAndAcquireGPUSwapchainTexture(
|
||||||
SDL_GPUCommandBuffer *command_buffer,
|
SDL_GPUCommandBuffer *command_buffer,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue