obs-StreamFX/source/gfx
Michael Fabian 'Xaymar' Dirks b6d45ce73c gfx/blur/gaussian-linear: Refactor Linear Gaussian Blur
While Gaussian Blur is not a Blur type that really benefits much from linear sampling, it can be used for a slight quality and gpu usage reduction. However for Area and Directional Blur there is a better alternative: Dual Filtering Blur. And as with all other currently implement Linear versions of Blur, only Area and Directional Blur are supported.

This type of Gaussian Blur also has the loading hitch that exists in normal Gaussian Blur.

Related: #45, #6
2019-04-02 03:50:01 +02:00
..
blur gfx/blur/gaussian-linear: Refactor Linear Gaussian Blur 2019-04-02 03:50:01 +02:00
gfx-effect-source.cpp project: Fix even more warnings 2019-03-01 12:00:30 +01:00
gfx-effect-source.hpp project: Restructure of the file system 2019-02-11 04:03:57 +01:00
gfx-source-texture.cpp project: Restructure of the file system 2019-02-11 04:03:57 +01:00
gfx-source-texture.hpp project: Restructure of the file system 2019-02-11 04:03:57 +01:00