Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cache render buffer extents when no depth/stencil buffer (flutter#4801)
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.
- Loading branch information