obs-StreamFX/source/gfx
Michael Fabian 'Xaymar' Dirks 011bee032a gfx/blur/gaussian: Fix Gaussian Kernel generation
While the previous method worked, it matches no other implementation including a reference implementation. The new implementation almost perfectly matches the reference implementation and uses oversampling to achieve the goal. This has the downside of limiting the blur size to just 64, but it is necessary in order to achieve correct results.

Fixes #573
2023-04-05 18:51:01 +02:00
..
blur gfx/blur/gaussian: Fix Gaussian Kernel generation 2023-04-05 18:51:01 +02:00
lut gfx: Apply coding guidelines 2023-04-05 18:50:59 +02:00
shader gfx/shader: Apply coding guidelines 2023-04-05 18:51:01 +02:00
gfx-source-texture.cpp gfx: Apply coding guidelines 2023-04-05 18:50:59 +02:00
gfx-source-texture.hpp gfx: Apply coding guidelines 2023-04-05 18:50:59 +02:00