mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-27 22:03:01 +00:00
f65dfcbbf0
It is extremely problematic to throw C++ exceptions into C code, especially because C code usually does not handle C++ exceptions at all. Therefore we have to prevent any exception from leaving the function and define it as noexcept. |
||
---|---|---|
.. | ||
filters | ||
gfx | ||
obs | ||
sources | ||
utility | ||
plugin.cpp | ||
plugin.hpp | ||
strings.hpp | ||
util-event.cpp | ||
util-event.hpp | ||
util-math.cpp | ||
util-math.hpp | ||
util-memory.cpp | ||
util-memory.hpp | ||
utility.cpp | ||
utility.hpp |