mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-13 01:45:45 +00:00
Sync SDL3 wiki -> header
[ci skip]
This commit is contained in:
parent
48a0adb2ac
commit
7dd523fbb1
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@
|
|||
* Rendering can happen to a texture (what other APIs call a "render target")
|
||||
* or it can happen to the swapchain texture (which is just a special texture
|
||||
* that represents a window's contents). The app can use
|
||||
* SDL_AcquireGPUSwapchainTexture() to render to the window.
|
||||
* SDL_WaitAndAcquireGPUSwapchainTexture() to render to the window.
|
||||
*
|
||||
* Rendering actually happens in a Render Pass, which is encoded into a
|
||||
* command buffer. One can encode multiple render passes (or alternate between
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue