Brandon DeRosier 563857b00e [Impeller] Add Entity::RenderingMode enum. (flutter/engine#45845)
Resolves https://github.com/flutter/flutter/issues/134681.

For the various places where we track if a rendered entity is a subpass or not. After landing this, I think the next winning move is to make this an Entity field and remove the `SetRenderingMode` junk from the filter graph. That refactor is a bit more risky, so I plan to do that separately.
2023-09-14 20:56:33 +00:00
..