stripMaxQuadsPerDraw top-level constant
int
const stripMaxQuadsPerDraw
ui.Vertices indices are Uint16, so one draw holds at most
65535 / 4 quads; batches chunk at this many strips per draw.
Implementation
const int stripMaxQuadsPerDraw = 16000;