Jonah Williams ae6555d5a9 [Impeller] remove extra validation checks in GLES backend. (flutter/engine#56944)
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.
2024-12-04 23:24:09 +00:00
..