obs-StreamFX/data/effects
Michael Fabian 'Xaymar' Dirks 50f05e72ae filter-displacement: Improve displacement quality
Earlier versions tried using Trilinear as the Filter, but the correct name is Linear. With this the sampling is now set to be Linear instead of undetermined.

Additionally the logic for the displacement was adjusted and now no longer renders incorrectly when going from texel to texel. This was due to the unstable math being performed to retrieve the sign of the number, but the sign() command can do it without this math being required.
2019-01-31 04:47:38 +01:00
..
blur.effect filter-blur: Switch to Kernel Array instead of Kernel Texture 2018-12-23 02:00:30 +01:00
color-conversion.effect effect: Minor formatting changes 2017-08-20 00:25:20 +02:00
displace.effect filter-displacement: Improve displacement quality 2019-01-31 04:47:38 +01:00
mask.effect effects: Add masking lerp effect 2018-09-30 22:47:37 +02:00
mipgen.effect gs-mipmapper: Fix Sharpen shader, add strength support for Smoothen 2018-09-29 15:58:13 +02:00
sdf-generator.effect filter-sdf-effects: Fix black border and add inverse gradient shadow 2019-01-30 02:38:34 +01:00
sdf-shadow.effect filter-sdf-effects: Improve shadow rendering 2019-01-31 02:25:09 +01:00