Never ported over a shader before. This is the entry for this shader from Reshade 2/Mediator. How possible is it to bring over to Reshade 6.0?
Example
Thanks in advance.
////
//
///**GAUSSIAN_ANAMFLARE**///
//
////
#define USE_GAUSSIAN_ANAMFLARE 1 //[Bloom] //-Gaussian Anamflare: Applies a horizontal light beam to bright pixels.
//>Gaussian Anamorphic Lens Flare Settings<\\
#define fAnamFlareThreshold 0.90 //[0.10:1.00] //-Every pixel brighter than this value gets a flare.
#define fAnamFlareWideness 1.7 //[1.0:2.5] //-Horizontal wideness of flare. Don't set too high, otherwise the single samples are visible
#define fAnamFlareAmount 1.0 //[1.0:20.0] //-Intensity of anamorphic flare.
#define fAnamFlareCurve 1.0 //[1.0:2.0] //-Intensity curve of flare with distance from source
#define fAnamFlareColor float3(0.012,0.313,0.588) //[0.000:1.000] //-R, G and B components of anamorphic flare. Flare is always same color.