Skip to content

Commit 6e0d67e

Browse files
committed
Merge pull request #103519 from Calinou/doc-glow-upscale-mode-compatibility
Document Glow Upscale Mode project setting only affecting Forward+/Mobile
2 parents a3dcd98 + 39cb5a9 commit 6e0d67e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

doc/classes/ProjectSettings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2619,6 +2619,7 @@
26192619
</member>
26202620
<member name="rendering/environment/glow/upscale_mode" type="int" setter="" getter="" default="1">
26212621
Sets how the glow effect is upscaled before being copied onto the screen. Linear is faster, but looks blocky. Bicubic is slower but looks smooth.
2622+
[b]Note:[/b] [member rendering/environment/glow/upscale_mode] is only effective when using the Forward+ or Mobile rendering methods, as Compatibility uses a different glow implementation.
26222623
</member>
26232624
<member name="rendering/environment/glow/upscale_mode.mobile" type="int" setter="" getter="" default="0">
26242625
Lower-end override for [member rendering/environment/glow/upscale_mode] on mobile devices, due to performance concerns or driver support.

doc/classes/RenderingServer.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1259,6 +1259,7 @@
12591259
<param index="0" name="enable" type="bool" />
12601260
<description>
12611261
If [param enable] is [code]true[/code], enables bicubic upscaling for glow which improves quality at the cost of performance. Equivalent to [member ProjectSettings.rendering/environment/glow/upscale_mode].
1262+
[b]Note:[/b] This setting is only effective when using the Forward+ or Mobile rendering methods, as Compatibility uses a different glow implementation.
12621263
</description>
12631264
</method>
12641265
<method name="environment_set_adjustment">

0 commit comments

Comments
 (0)