mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-23 10:12:47 +08:00
Sync SDL3 wiki -> header
[ci skip]
This commit is contained in:
@@ -667,9 +667,11 @@ extern SDL_DECLSPEC void SDLCALL SDL_UnregisterApp(void);
|
|||||||
* This should be called from an event watch in response to an
|
* This should be called from an event watch in response to an
|
||||||
* `SDL_EVENT_DID_ENTER_BACKGROUND` event.
|
* `SDL_EVENT_DID_ENTER_BACKGROUND` event.
|
||||||
*
|
*
|
||||||
* When using SDL_Render or SDL_GPU, your event watch should be added _after_
|
* When using SDL_Render, your event watch should be added _after_ creating
|
||||||
* creating the `SDL_Renderer` or `SDL_GPUDevice`; this allows the timing of
|
* the `SDL_Renderer`; this allows the timing of the D3D12 command queue
|
||||||
* the D3D12 command queue suspension to execute in the correct order.
|
* suspension to execute in the correct order.
|
||||||
|
*
|
||||||
|
* When using SDL_GPU, this should be called after calling SDL_GDKSuspendGPU.
|
||||||
*
|
*
|
||||||
* If you're writing your own D3D12 renderer, this should be called after
|
* If you're writing your own D3D12 renderer, this should be called after
|
||||||
* calling `ID3D12CommandQueue::SuspendX`.
|
* calling `ID3D12CommandQueue::SuspendX`.
|
||||||
|
|||||||
Reference in New Issue
Block a user