Skip to content

shaders/custom: add support for NAMED parameters

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

These are internally treated as integers, but have extra user-friendly names associated with them. These names will be available in both rpn exprs and as #defines inside the shader body, for convenience.

Closes: https://github.com/mpv-player/mpv/issues/12093

Merge request reports