exeldro / obs-shaderfilter

OBS Studio filter for applying an arbitrary shader to a source.
GNU General Public License v2.0
377 stars 39 forks source link

Show inline errors in the filter window (e.g. at the top of properties in red), if any #19

Closed Destroy666x closed 10 months ago

Destroy666x commented 11 months ago

For easier debugging of new shaders.

exeldro commented 11 months ago

that is a good idea, let me see what is possible

exeldro commented 11 months ago

It is not possible yet, because OBS does not provide the error information to plugins yet. I suggested changes to OBS to resolve this issue: https://github.com/obsproject/obs-studio/pull/9649

exeldro commented 10 months ago

the plugin now shows errors and obs 30 and up will provide more error information