Skip to content

raylib.SwapScreenBuffer

JoeStrout edited this page Apr 29, 2026 · 2 revisions

Swap back buffer with front buffer (screen drawing)

Parameters

None.

Return value

None.

Notes

Example

// Manual frame presentation (advanced usage, bypasses EndDrawing)
raylib.SwapScreenBuffer
raylib.PollInputEvents

Clone this wiki locally