viewportCulls property

int viewportCulls
getter/setter pair

Small shapes rejected by the cache probe because their padded device bounds lie wholly outside the current viewport. These draws are complete no-ops and do not fall through to the direct flatten/raster path.

Implementation

int viewportCulls = 0;