mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Measures as substantially faster on windows. See the bufferSubData docs: > When replacing the entire data store, consider using glBufferSubData rather than completely recreating the data store with glBufferData. This avoids the cost of reallocating the data store. Tracks invalidated ranges and only updates those ranges using the Flush API. Fixes https://github.com/flutter/flutter/issues/104447