FabGL
ESP32 Display Controller and Graphics Library

◆ waitCompletion()

void waitCompletion ( bool  waitVSync = true)

Waits for drawing queue to become empty.

Parameters
waitVSyncIf true drawings are done on vertical retracing (slow), if false drawings are perfomed immediately (fast with flickering).

Definition at line 84 of file canvas.cpp.