obs-StreamFX/source/gfx/blur
Michael Fabian 'Xaymar' Dirks be4d42312d project: Fix all remaining portability issues
Clang on Windows and Clang on Linux behave differently, and of course GCC on Windows (MinGW) and GCC on Linux do too. This is the point where using either compiler on either platform should successfully compile the project without any issues.

Clang and GCC have a ton of warnings however, which definitely need to be fixed in the near future. Some of them are great warnings, like old C style casts, others are non-sense like suggest brackets.

Fixes #47
Fixes #60
2019-04-19 14:18:29 +02:00
..
gfx-blur-base.cpp project: Clang support 2019-04-19 09:42:15 +02:00
gfx-blur-base.hpp project: Fix all remaining portability issues 2019-04-19 14:18:29 +02:00
gfx-blur-box-linear.cpp project: Clang support 2019-04-19 09:42:15 +02:00
gfx-blur-box-linear.hpp project: Clang support 2019-04-19 09:42:15 +02:00
gfx-blur-box.cpp project: Clang support 2019-04-19 09:42:15 +02:00
gfx-blur-box.hpp project: Clang support 2019-04-19 09:42:15 +02:00
gfx-blur-dual-filtering.cpp project: Clang support 2019-04-19 09:42:15 +02:00
gfx-blur-dual-filtering.hpp project: Clang support 2019-04-19 09:42:15 +02:00
gfx-blur-gaussian-linear.cpp project: Fix all remaining portability issues 2019-04-19 14:18:29 +02:00
gfx-blur-gaussian-linear.hpp project: Clang support 2019-04-19 09:42:15 +02:00
gfx-blur-gaussian.cpp project: Fix all remaining portability issues 2019-04-19 14:18:29 +02:00
gfx-blur-gaussian.hpp project: Clang support 2019-04-19 09:42:15 +02:00