current-context ( -- context )


Vocabulary
raylib.live-coding.contexts

Inputs
None

Outputs
contexta native context snapshot, or f


Word description
Captures the current native OpenGL context and the display or surfaces needed to restore it. The snapshot borrows the context; it does not extend its lifetime.

Definition


Methods