obs-StreamFX/source/gfx/blur
Michael Fabian 'Xaymar' Dirks b1d7814c64 gs-helper: Add managed obs graphics context
To further distance the code from having to do too much manually, the graphics context is now available as a managed class. All places that previously used obs_enter_graphics and obs_leave_graphics are now using the new gs::context class instead.
2019-04-03 00:16:13 +02:00
..
gfx-blur-base.cpp gfx/blur/base: Newly refactored blur code base 2019-04-02 03:50:01 +02:00
gfx-blur-base.hpp gfx/blur/base: Newly refactored blur code base 2019-04-02 03:50:01 +02:00
gfx-blur-box-linear.cpp gs-helper: Add managed obs graphics context 2019-04-03 00:16:13 +02:00
gfx-blur-box-linear.hpp gfx/blur/box-linear: Refactor Linear Box Blur 2019-04-02 03:50:01 +02:00
gfx-blur-box.cpp gs-helper: Add managed obs graphics context 2019-04-03 00:16:13 +02:00
gfx-blur-box.hpp gfx/blur/box: Refactor Box Blur 2019-04-02 03:50:01 +02:00
gfx-blur-dual-filtering.cpp gs-helper: Add managed obs graphics context 2019-04-03 00:16:13 +02:00
gfx-blur-dual-filtering.hpp gfx/blur/dual-filtering: Implement Dual Filtering Blur 2019-04-02 03:50:01 +02:00
gfx-blur-gaussian-linear.cpp gs-helper: Add managed obs graphics context 2019-04-03 00:16:13 +02:00
gfx-blur-gaussian-linear.hpp gfx/blur/gaussian-linear: Refactor Linear Gaussian Blur 2019-04-02 03:50:01 +02:00
gfx-blur-gaussian.cpp gs-helper: Add managed obs graphics context 2019-04-03 00:16:13 +02:00
gfx-blur-gaussian.hpp gfx/blur/gaussian: Refactor Gaussian Blur 2019-04-02 03:50:01 +02:00