فهرست منبع

Sync SDL3 wiki -> header

[ci skip]

(cherry picked from commit bad072e69316b7175eefa6f00f7a36e5a71ed2ef)
SDL Wiki Bot 1 هفته پیش
والد
کامیت
c903079708
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      include/SDL3/SDL_main.h

+ 2 - 2
include/SDL3/SDL_main.h

@@ -665,8 +665,8 @@ extern SDL_DECLSPEC void SDLCALL SDL_UnregisterApp(void);
  * Callback from the application to let the suspend continue.
  * Callback from the application to let the suspend continue.
  *
  *
  * When using SDL_Render or SDL_GPU, this function should be called _after_
  * When using SDL_Render or SDL_GPU, this function should be called _after_
- * creating the `SDL_Renderer` or `SDL_GPUDevice`; this allows the timing of the
- * D3D12 command queue suspension to execute in the correct order.
+ * creating the `SDL_Renderer` or `SDL_GPUDevice`; this allows the timing of
+ * the D3D12 command queue suspension to execute in the correct order.
  *
  *
  * 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`.