FabGL
ESP32 Display Controller and Graphics Library

◆ processPrimitives()

void IRAM_ATTR processPrimitives ( )
inherited

Draws immediately all primitives in the queue.

Draws all primitives before they are processed in the vertical sync interrupt.
May generate flickering because don't care of vertical sync.

Definition at line 519 of file displaycontroller.cpp.