2016-12-21 08:36:43 +11:00
|
|
|
shaders = 4
|
|
|
|
|
2022-09-24 14:09:50 +10:00
|
|
|
shader0 = "../misc/shaders/image-adjustment.slang"
|
2016-12-21 08:36:43 +11:00
|
|
|
alias0 = PASS1
|
|
|
|
|
2022-09-27 03:18:44 +10:00
|
|
|
shader1 = "../blurs/shaders/royale/blur11fast-vertical.slang"
|
2016-12-21 08:36:43 +11:00
|
|
|
filter_linear1 = "true"
|
|
|
|
scale_type1 = "source"
|
|
|
|
scale1 = "0.5"
|
2023-02-25 00:35:58 +11:00
|
|
|
mipmap_input1 = "true"
|
2016-12-21 08:36:43 +11:00
|
|
|
|
2022-09-27 03:18:44 +10:00
|
|
|
shader2 = "../blurs/shaders/royale/blur11fast-horizontal.slang"
|
2016-12-21 08:36:43 +11: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-25 00:35:58 +11:00
|
|
|
screen_combine = "1.0"
|