obs-StreamFX/source/filters
Michael Fabian 'Xaymar' Dirks f65dfcbbf0 filter-blur: Don't throw exceptions into C code
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.
2019-09-04 20:43:40 +02:00
..
filter-blur.cpp filter-blur: Don't throw exceptions into C code 2019-09-04 20:43:40 +02:00
filter-blur.hpp filter-blur: Don't throw exceptions into C code 2019-09-04 20:43:40 +02:00
filter-color-grade.cpp project: Re-apply formatting 2019-09-04 03:03:41 +02:00
filter-color-grade.hpp color-grade: Add further Tint options 2019-09-04 01:41:15 +02:00
filter-displacement.cpp project: Correct usage of exceptions and include stdexcept 2019-09-04 02:59:04 +02:00
filter-displacement.hpp project: Apply new coding guidelines 2019-08-04 16:20:26 +02:00
filter-dynamic-mask.cpp project: Re-apply formatting 2019-09-04 03:03:41 +02:00
filter-dynamic-mask.hpp project: Apply new coding guidelines 2019-08-04 16:20:26 +02:00
filter-sdf-effects.cpp project: Correct usage of exceptions and include stdexcept 2019-09-04 02:59:04 +02:00
filter-sdf-effects.hpp project: Apply new coding guidelines 2019-08-04 16:20:26 +02:00
filter-shader.cpp project: Don't use non-standard strcmpi 2019-09-04 03:02:19 +02:00
filter-shader.hpp project: Remove use of P_INITIALIZER 2019-09-04 02:47:27 +02:00
filter-transform.cpp project: Correct usage of exceptions and include stdexcept 2019-09-04 02:59:04 +02:00
filter-transform.hpp project: Apply new coding guidelines 2019-08-04 16:20:26 +02:00