Browse Source

Merge pull request #4191 from InfiniteAnts/gles2-difference-glow

Added glow level usage in Differences between GLES2 and GLES3
Nathan Lovato 4 years ago
parent
commit
61e34f9b00
1 changed files with 6 additions and 0 deletions
  1. 6 0
      tutorials/misc/gles2_gles3_differences.rst

+ 6 - 0
tutorials/misc/gles2_gles3_differences.rst

@@ -88,6 +88,12 @@ That means that in GLES2 environments you can only set:
 
 See :ref:`doc_environment_and_post_processing` for more information.
 
+Glow
+----
+
+Many GLES2 devices only have a maximum of eight texture units. On such devices, you
+can only use the first six levels of glow; the seventh one won't do anything.
+
 GIProbes
 --------