Chinmay Garde ddefa92e24 [Impeller] Make stage compatibility checker work with stages that have no inputs or outputs. (flutter/engine#54406)
Also removes the workarounds and updates the docstring to talk about the PowerVR hack. I came across this while fixing https://github.com/flutter/engine/pull/54375.

Fixes https://github.com/flutter/flutter/issues/146852
2024-08-07 20:35:14 +00:00
..

The Impeller Shader Compiler & Reflector

Host side tooling that consumes GLSL 4.60 (Core Profile) shaders and generates libraries suitable for consumption by an Impeller backend. Along with said libraries, the reflector generates code and meta-data to construct rendering and compute pipelines at runtime.