GUIGraphics._rectsToUpdateDisjointedPBR

The list of areas to be redrawn at the Raw and PBR levels (composited). These are accumulated over possibly several calls of recomputeDirtyRects and cleared by a call to onDraw. Other lists of areas are purely derived from _rectsToUpdateDisjointedRaw and _rectsToUpdateDisjointedPBR.

class GUIGraphics
protected nothrow @nogc package protected
Vec!box2i _rectsToUpdateDisjointedPBR;

Meta