From 7ac0923e3375c490daa1ff1ae34a68b99e41afad Mon Sep 17 00:00:00 2001
From: Ptolemy <ptolemy@lindenlab.com>
Date: Mon, 27 Jun 2022 14:09:44 -0700
Subject: [PATCH] SL-17274: Document which shader encodesNormal includes

---
 indra/llrender/llglslshader.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/llrender/llglslshader.h b/indra/llrender/llglslshader.h
index 6b4778c2709..68e1a8954d4 100644
--- a/indra/llrender/llglslshader.h
+++ b/indra/llrender/llglslshader.h
@@ -52,7 +52,7 @@ class LLShaderFeatures
     bool hasShadows;
     bool hasAmbientOcclusion;
 	bool hasSrgb;
-    bool encodesNormal;
+    bool encodesNormal; // include: shaders\class1\environment\encodeNormF.glsl
     bool isDeferred;
     bool hasIndirect;
 	S32 mIndexedTextureChannels;
-- 
GitLab