flush-gl-context ( handle -- )
Factor handbook » UI framework » Developing UI backends » UI backend window management

Prev:select-gl-context ( handle -- )
Next:close-window ( gadget -- )


Vocabulary
ui.backend

Inputs
handlea backend-specific handle


Outputs
None

Word description
Ensures all GL rendering calls made to an OpenGL context finish rendering to the screen. This word is called automatically by the UI after drawing a world.

Definition


Methods