2016-12-20 15:36:43 -06:00
|
|
|
shaders = 4
|
|
|
|
|
2022-09-23 23:09:50 -05:00
|
|
|
shader0 = "../misc/shaders/image-adjustment.slang"
|
2016-12-20 15:36:43 -06:00
|
|
|
alias0 = PASS1
|
|
|
|
|
2022-09-26 12:18:44 -05:00
|
|
|
shader1 = "../blurs/shaders/royale/blur11fast-vertical.slang"
|
2016-12-20 15:36:43 -06:00
|
|
|
filter_linear1 = "true"
|
|
|
|
scale_type1 = "source"
|
|
|
|
scale1 = "0.5"
|
2023-02-24 07:35:58 -06:00
|
|
|
mipmap_input1 = "true"
|
2016-12-20 15:36:43 -06:00
|
|
|
|
2022-09-26 12:18:44 -05:00
|
|
|
shader2 = "../blurs/shaders/royale/blur11fast-horizontal.slang"
|
2016-12-20 15:36:43 -06:00
|
|
|
filter_linear2 = "true"
|
|
|
|
scale_type2 = "source"
|
|
|
|
scale2 = "0.5"
|
|
|
|
mipmap_input2 = "true"
|
|
|
|
|
|
|
|
shader3 = "shaders/glow-trails/combine.slang"
|
|
|
|
scale_type3 = "viewport"
|
|
|
|
scale3 = 1.0
|
|
|
|
|
|
|
|
parameters = "mixfactor;threshold;trail_bright;glowFactor;haze_strength;luminance;screen_combine"
|
|
|
|
mixfactor = "0.18"
|
|
|
|
threshold = "0.90"
|
|
|
|
trail_bright = "0.30"
|
|
|
|
glowFactor = "0.10"
|
|
|
|
haze_strength = "0.75"
|
|
|
|
luminance = "1.50"
|
2023-02-24 07:35:58 -06:00
|
|
|
screen_combine = "1.0"
|