Skip to content

opengl: fix tone mapping shader regression

Niklas Haas requested to merge haasn/vlc:pl_v192_tone_mapping into master

In libplacebo v4.192, specifying the tone mapping state object is no longer optional. Failure to do this forces an internal fallback to a fixed function hable shader.

Merge request reports