updated defaults and documentation for GLES2 glow

This commit is contained in:
clayjohn
2019-10-01 07:55:04 -07:00
parent 871a9d5d56
commit afaa68628a
3 changed files with 7 additions and 11 deletions

View File

@ -420,11 +420,11 @@ public:
canvas_max_layer(0),
glow_enabled(false),
glow_levels((1 << 2) | (1 << 4)),
glow_intensity(1.5),
glow_strength(1.3),
glow_intensity(0.8),
glow_strength(1.0),
glow_bloom(0.0),
glow_blend_mode(VS::GLOW_BLEND_MODE_SOFTLIGHT),
glow_hdr_bleed_threshold(0.9),
glow_hdr_bleed_threshold(1.0),
glow_hdr_bleed_scale(2.0),
glow_hdr_luminance_cap(12.0),
glow_bicubic_upscale(false),