mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-24 12:25:11 +00:00
5a4d38d249
This is a massive improvement to stability and safety when using the plugin, as all exceptions should now no longer be leaked into C controlled code, which can't actually handle exceptions at all. Warnings fixed: * Potentially throwing exception during library load. * Possibly throwing function passed to C. * Statement does nothing. * Variable is initialized but not referenced. * Variable overloads variable in parent scope. |
||
---|---|---|
.. | ||
filter-blur.cpp | ||
filter-blur.hpp | ||
filter-color-grade.cpp | ||
filter-color-grade.hpp | ||
filter-displacement.cpp | ||
filter-displacement.hpp | ||
filter-dynamic-mask.cpp | ||
filter-dynamic-mask.hpp | ||
filter-sdf-effects.cpp | ||
filter-sdf-effects.hpp | ||
filter-shader.cpp | ||
filter-shader.hpp | ||
filter-transform.cpp | ||
filter-transform.hpp |