mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Previously iOS render buffer storage width and height were not cached if not using a depth/stencil buffer. This adds a similar check for colorBuffer to avoid reallocating render buffer storage.