Skip to content

renderer: simplify plane shader handling

Niklas Haas requested to merge haasn/libplacebo:chroma_scaled into master

Instead of initializing the extra psh for shader merging and bespoke texture fallback logic, just re-use the normal struct img shader. Requires exposing an extra field to ensure generated shaders are unique.

Preliminary work for upcoming commit.

Merge request reports