Skip to content

raylib.BeginDrawing

JoeStrout edited this page Apr 29, 2026 · 3 revisions

Setup canvas (framebuffer) to start drawing

Parameters

None.

Return value

None.

Notes

Example

raylib.BeginDrawing
raylib.ClearBackground raylib.BLACK
// draw things here
raylib.EndDrawing

Clone this wiki locally