mirror of
https://github.com/italicsjenga/slang-shaders.git
synced 2024-11-23 08:11:29 +11:00
7c3c324b81
I assume the last pass has some mistake in it, which results in chromatic aberration and/or color shifting.
6 lines
117 B
C++
6 lines
117 B
C++
// Higher value, more centered glow.
|
|
// Lower values might need more taps.
|
|
#define GLOW_FALLOFF 0.35
|
|
#define TAPS 4
|
|
|