Merge pull request #50045 from Calinou/doc-debanding-mobile-issues
Document debanding being broken on mobile
This commit is contained in:
commit
d59ad7cdd4
|
@ -1224,6 +1224,7 @@
|
|||
<member name="rendering/quality/filters/use_debanding" type="bool" setter="" getter="" default="false">
|
||||
If [code]true[/code], uses a fast post-processing filter to make banding significantly less visible. In some cases, debanding may introduce a slightly noticeable dithering pattern. It's recommended to enable debanding only when actually needed since the dithering pattern will make lossless-compressed screenshots larger.
|
||||
[b]Note:[/b] Only available on the GLES3 backend. [member rendering/quality/depth/hdr] must also be [code]true[/code] for debanding to be effective.
|
||||
[b]Note:[/b] There are known issues with debanding breaking rendering on mobile platforms. Due to this, it is recommended to leave this option disabled when targeting mobile platforms.
|
||||
</member>
|
||||
<member name="rendering/quality/filters/use_fxaa" type="bool" setter="" getter="" default="false">
|
||||
Enables FXAA in the root Viewport. FXAA is a popular screen-space antialiasing method, which is fast but will make the image look blurry, especially at lower resolutions. It can still work relatively well at large resolutions such as 1440p and 4K.
|
||||
|
|
Loading…
Reference in New Issue