Dan Field d1c3dac55d [Impeller] Make index buffer optional (flutter/engine#41962)
Makes the index buffer optional. For calls that were just filling the index buffer with e.g. `std::iota`, it was wasteful. @jonahwilliams has also found cases where the index buffer will run out of room for drawPoints with lots of points.

Fixes https://github.com/flutter/flutter/issues/126572
2023-05-12 05:12:22 +00:00
..