summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorPtolemy <ptolemy@lindenlab.com>2022-06-27 14:09:44 -0700
committerPtolemy <ptolemy@lindenlab.com>2022-06-27 14:09:44 -0700
commit7ac0923e3375c490daa1ff1ae34a68b99e41afad (patch)
tree293e102ac4cd64609f009ae9189d5ca34e70f557 /indra
parent63daefb39afba64110a48572ac629c83fb31a7c7 (diff)
SL-17274: Document which shader encodesNormal includes
Diffstat (limited to 'indra')
-rw-r--r--indra/llrender/llglslshader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llrender/llglslshader.h b/indra/llrender/llglslshader.h
index 6b4778c270..68e1a8954d 100644
--- a/indra/llrender/llglslshader.h
+++ b/indra/llrender/llglslshader.h
@@ -52,7 +52,7 @@ public:
bool hasShadows;
bool hasAmbientOcclusion;
bool hasSrgb;
- bool encodesNormal;
+ bool encodesNormal; // include: shaders\class1\environment\encodeNormF.glsl
bool isDeferred;
bool hasIndirect;
S32 mIndexedTextureChannels;