mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
We're already doing a check if the pipeline is valid in RenderPass::AddCommand. The index checks are validated during binding, and the check for instancing is unecessary given that we don't expose. While I'm at it do some minor cleanups.