obs-StreamFX/data
Michael Fabian 'Xaymar' Dirks 2577622dbe filter/dynamic-mask: Replace rendering code and optimize storage
The rendering code here was one of the older code bases, which was riddled with bugs and leaks. The new code doesn't look pretty, but it works for the time being until a better solution is found or made. It should be able to handle HDR inputs now, but it may not be completely correct yet. This also fixes the double-free bug.

As an additional improvement, I've moved the allocation of the effect to a shared class which should reduce the memory usage slightly when multiple effects are in play. And now selecting nothing selects the filter target itself without infinitely adding references to the filter. Good enough in my eyes.

Fixes #819
2023-04-05 18:58:54 +02:00
..
effects effects: 'texture2D' -> 'texture2d' 2023-04-05 18:51:38 +02:00
examples examples: Fix #698 2023-04-05 18:51:56 +02:00
locale filter/dynamic-mask: Replace rendering code and optimize storage 2023-04-05 18:58:54 +02:00
thanks.json project: Update Contributors and Supporters 2023-04-05 18:51:55 +02:00