Browse Source

Added glow level usage in Differences between GLES2 and GLES3

Anant Ahuja 4 years ago
parent
commit
621401bb63
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 8 texture units. On such devices, only the first 6 levels of glow can be used and 
+level 7 will be ignored.
+
 GIProbes
 --------